summaryrefslogtreecommitdiff
path: root/network_core.h
diff options
context:
space:
mode:
authordarkvater <darkvater@openttd.org>2004-12-23 00:24:44 +0000
committerdarkvater <darkvater@openttd.org>2004-12-23 00:24:44 +0000
commit5eeb971de0a708051a67b9613c66810420dc7e09 (patch)
treec61005fca393d8636f471b3f6497712970f87b04 /network_core.h
parent552cb7ad60da77640ebcc9ec0f50b7611f130f90 (diff)
downloadopenttd-5eeb971de0a708051a67b9613c66810420dc7e09.tar.xz
(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.
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 7f8bdc18b..4eaea2d81 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..