summaryrefslogtreecommitdiff
path: root/network_core.h
diff options
context:
space:
mode:
Diffstat (limited to 'network_core.h')
-rw-r--r--network_core.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/network_core.h b/network_core.h
index 4eaea2d81..7f8bdc18b 100644
--- a/network_core.h
+++ b/network_core.h
@@ -13,7 +13,7 @@
# include <winsock2.h>
# include <ws2tcpip.h>
# pragma comment (lib, "ws2_32.lib")
-# define ENABLE_NETWORK // On windows, the network is always enabled
+//# define ENABLE_NETWORK // On windows, the network is always enabled
# define GET_LAST_ERROR() WSAGetLastError()
# define EWOULDBLOCK WSAEWOULDBLOCK
// Windows has some different names for some types..