fixed redefinition warning of MSG_WAITALL on windows/mingw491

git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@8086 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
electron128 2015-03-27 18:48:02 +00:00
parent 336001abd9
commit 9fc94b87ae

View File

@ -50,7 +50,9 @@ typedef uint32_t in_addr_t;
int inet_aton(const char *name, struct in_addr *addr);
// Missing defines in MinGW
#ifndef MSG_WAITALL
#define MSG_WAITALL 8
#endif
#endif
/********************************** WINDOWS/UNIX SPECIFIC PART ******************/