Go to the documentation of this file. 23 #ifndef __ccxx_Private_hxx 24 #define __ccxx_Private_hxx 28 #ifdef CCXX_OS_WINDOWS 31 #pragma warning (disable: 4996) 34 #define SOCKET_EINTR WSAEINTR 35 #define SOCKET_errno WSAGetLastError() 39 #define EWOULDBLOCK WSAEWOULDBLOCK 40 #define EINPROGRESS WSAEINPROGRESS 41 #define ECONNABORTED WSAECONNABORTED 42 #define ECONNRESET WSAECONNRESET 43 #define ECONNREFUSED WSAECONNREFUSED 44 #define EADDRINUSE WSAEADDRINUSE 45 #define SHUT_RD SD_RECEIVE 46 #define SHUT_WR SD_SEND 48 #define SHUT_RDWR SD_BOTH 51 #define MSG_NOSIGNAL 0 61 typedef u_long in_addr_t;
63 #else // ! CCXX_OS_WINDOWS 65 #define SOCKET_EINTR EINTR 66 #define SOCKET_errno errno 68 #endif // CCXX_OS_WINDOWS 70 #endif // __ccxx_Private_hxx