(netplay_compat.h) Define MSG_NOSIGNAL if not defined

This commit is contained in:
twinaphex 2015-01-23 06:36:58 +01:00
parent 345c9bf6f8
commit 1078177ff2

View File

@ -71,6 +71,10 @@
#endif
#endif
#ifndef MSG_NOSIGNAL
#define MSG_NOSIGNAL 0
#endif
#if defined(_WIN32)
/* Woohoo, Winsock has headers
* from the STONE AGE. :D */