mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-04-29 14:59:39 -04:00
misc
This commit is contained in:
parent
bd336ba272
commit
2ed2b9a3e4
1 changed files with 4 additions and 0 deletions
4
util.h
4
util.h
|
@ -62,6 +62,10 @@ inline T& REF(const T& val)
|
||||||
#define INT64_MAX _I64_MAX
|
#define INT64_MAX _I64_MAX
|
||||||
#define INT64_MIN _I64_MIN
|
#define INT64_MIN _I64_MIN
|
||||||
#endif
|
#endif
|
||||||
|
#ifndef S_IRUSR
|
||||||
|
#define S_IRUSR 0400
|
||||||
|
#define S_IWUSR 0200
|
||||||
|
#endif
|
||||||
#else
|
#else
|
||||||
#define WSAGetLastError() errno
|
#define WSAGetLastError() errno
|
||||||
#define WSAEWOULDBLOCK EWOULDBLOCK
|
#define WSAEWOULDBLOCK EWOULDBLOCK
|
||||||
|
|
Loading…
Add table
Reference in a new issue