diff options
-rw-r--r-- | src/compat/compat.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/compat/compat.h b/src/compat/compat.h index 75f47bc700..5c9639be26 100644 --- a/src/compat/compat.h +++ b/src/compat/compat.h @@ -42,14 +42,12 @@ typedef unsigned int SOCKET; #include <errno.h> #define WSAGetLastError() errno #define WSAEINVAL EINVAL -#define WSAEALREADY EALREADY #define WSAEWOULDBLOCK EWOULDBLOCK #define WSAEAGAIN EAGAIN #define WSAEMSGSIZE EMSGSIZE #define WSAEINTR EINTR #define WSAEINPROGRESS EINPROGRESS #define WSAEADDRINUSE EADDRINUSE -#define WSAENOTSOCK EBADF #define INVALID_SOCKET (SOCKET)(~0) #define SOCKET_ERROR -1 #else |