diff --git a/network_core.h b/network_core.h --- a/network_core.h +++ b/network_core.h @@ -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..