Browse Source

Revert "Define MSG_NOSIGNAL to 0 on platforms where it is unavailable."

This reverts commit 6a0296791d.

The change breaks build on Fedora Linux.
0.8
Jeff Garzik 13 years ago committed by Jeff Garzik
parent
commit
cbd959c473
  1. 4
      src/util.h

4
src/util.h

@ -81,10 +81,8 @@ T* alignup(T* p) @@ -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…
Cancel
Save