 |
Pol
Revision:cb584c9
|
Go to the documentation of this file. 11 #include "../clib/Header_Windows.h" 12 #define SOCKET_ERRNO( x ) WSA##x 13 #define socket_errno WSAGetLastError() 14 typedef int socklen_t;
21 #include <netinet/in.h> 22 #include <netinet/tcp.h> 23 #include <arpa/inet.h> 24 #include <sys/socket.h> 25 #include <sys/types.h> 32 #define SOCKET_ERRNO( x ) x 33 #define socket_errno errno 34 #define INVALID_SOCKET ( SOCKET )( -1 )