diff -r 7b1f5ae479ac -r 0c5d7a4bac3d network_core.h --- 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 # include # 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..