mirror of
https://github.com/RetroShare/RetroShare.git
synced 2024-10-01 02:35:48 -04:00
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:
parent
336001abd9
commit
9fc94b87ae
@ -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 ******************/
|
||||
|
Loading…
Reference in New Issue
Block a user