From 5eeb971de0a708051a67b9613c66810420dc7e09 Mon Sep 17 00:00:00 2001 From: darkvater Date: Thu, 23 Dec 2004 00:24:44 +0000 Subject: (svn r1240) -Fix: OpenTTD once again compiles if ENABLE_NETWORK is disabled. -Fix: removed some warnings -Enabled ENABLE_NETWORK on windows again which I accidentally commented out. --- network_core.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'network_core.h') diff --git a/network_core.h b/network_core.h index 7f8bdc18b..4eaea2d81 100644 --- 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.. -- cgit v1.2.3-54-g00ecf