diff options
Diffstat (limited to 'tests')
-rw-r--r-- | tests/server/util.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/tests/server/util.h b/tests/server/util.h index a78a485f1..2848560bb 100644 --- a/tests/server/util.h +++ b/tests/server/util.h @@ -49,12 +49,6 @@ void win32_perror (const char *msg); #endif /* WIN32 */ #ifdef USE_WINSOCK -#define EINPROGRESS WSAEINPROGRESS -#define EWOULDBLOCK WSAEWOULDBLOCK -#define EISCONN WSAEISCONN -#define ENOTSOCK WSAENOTSOCK -#define ECONNREFUSED WSAECONNREFUSED - void win32_init(void); void win32_cleanup(void); #endif /* USE_WINSOCK */ |