Kaydet (Commit) d3600c12 authored tarafından Damjan Jovanovic's avatar Damjan Jovanovic

#i126586# don't break on non-Linux non-FreeBSD non-NetBSD *nix systems ...

üst 4c7bfe32
...@@ -36,6 +36,8 @@ typedef void* (*oslCloseCallback) (void*); ...@@ -36,6 +36,8 @@ typedef void* (*oslCloseCallback) (void*);
#if defined(LINUX) || defined(FREEBSD) || defined(NETBSD) #if defined(LINUX) || defined(FREEBSD) || defined(NETBSD)
#define CLOSESOCKET_DOESNT_WAKE_UP_ACCEPT 1 #define CLOSESOCKET_DOESNT_WAKE_UP_ACCEPT 1
#else
#define CLOSESOCKET_DOESNT_WAKE_UP_ACCEPT 0
#endif #endif
struct oslSocketImpl { struct oslSocketImpl {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment