summaryrefslogtreecommitdiffstats
path: root/src/include/port-sockets.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/port-sockets.h')
-rw-r--r--src/include/port-sockets.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/include/port-sockets.h b/src/include/port-sockets.h
index 0ebb104f74..a4e11af4f6 100644
--- a/src/include/port-sockets.h
+++ b/src/include/port-sockets.h
@@ -5,8 +5,8 @@
/* Some of our own infrastructure where the WinSock stuff was too hairy
to dump into a clean Unix program... */
-#define SOCKET_INITIALIZE() win_socket_initialize()
-#define SOCKET_CLEANUP() WSACleanup()
+#define SOCKET_INITIALIZE() 0
+#define SOCKET_CLEANUP()
#define SOCKET_ERRNO (WSAGetLastError())
#define SOCKET_SET_ERRNO(x) (WSASetLastError (x))
#define SOCKET_NFDS(f) (0) /* select()'s first arg is ignored */