Revert "Define MSG_NOSIGNAL to 0 on platforms where it is unavailable."
This reverts commit 6a0296791d
.
The change breaks build on Fedora Linux.
This commit is contained in:
parent
074653973e
commit
cbd959c473
1 changed files with 1 additions and 3 deletions
|
@ -81,10 +81,8 @@ T* alignup(T* p)
|
|||
return u.ptr;
|
||||
}
|
||||
|
||||
#ifndef MSG_NOSIGNAL
|
||||
#define MSG_NOSIGNAL 0
|
||||
#endif
|
||||
#ifdef __WXMSW__
|
||||
#define MSG_NOSIGNAL 0
|
||||
#define MSG_DONTWAIT 0
|
||||
#ifndef UINT64_MAX
|
||||
#define UINT64_MAX _UI64_MAX
|
||||
|
|
Loading…
Reference in a new issue