mirror of
https://github.com/libretro/RetroArch
synced 2025-03-28 19:20:35 +00:00
(netplay_compat.h) Define MSG_NOSIGNAL if not defined
This commit is contained in:
parent
345c9bf6f8
commit
1078177ff2
@ -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 */
|
||||
|
Loading…
x
Reference in New Issue
Block a user