network_core.h
changeset 2482 dffcca243dbc
parent 2186 461a2aff3486
child 2741 011462ebb67b
--- a/network_core.h	Sun Oct 02 12:31:00 2005 +0000
+++ b/network_core.h	Sun Oct 02 22:39:56 2005 +0000
@@ -12,10 +12,10 @@
 #ifdef ENABLE_NETWORK
 
 // Windows stuff
-#if defined(WIN32)
-#include <windows.h>
+#if defined(WIN32) || defined(WIN64)
 #include <winsock2.h>
 #include <ws2tcpip.h>
+#include <windows.h>
 
 #if !(defined(__MINGW32__) || defined(__CYGWIN__))
 	// Windows has some different names for some types..