network_core.h
changeset 773 0c5d7a4bac3d
parent 770 89dab23f04ca
child 774 258c11431acb
--- a/network_core.h	Wed Dec 22 22:52:06 2004 +0000
+++ b/network_core.h	Wed Dec 22 23:24:53 2004 +0000
@@ -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..