misc
git-svn-id: https://bitcoin.svn.sourceforge.net/svnroot/bitcoin/trunk@48 1a98c847-1fd6-4fd8-948a-caf3550aa51b
This commit is contained in:
parent
e899779450
commit
adb50ffe32
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…
Reference in New Issue
Block a user