mirror of
https://github.com/CTCaer/RetroArch.git
synced 2025-01-09 04:21:33 +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…
Reference in New Issue
Block a user