aboutsummaryrefslogtreecommitdiffstats
path: root/win32/win32.h
diff options
context:
space:
mode:
Diffstat (limited to 'win32/win32.h')
-rw-r--r--win32/win32.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/win32/win32.h b/win32/win32.h
index 58538b26ee..25e949a7a9 100644
--- a/win32/win32.h
+++ b/win32/win32.h
@@ -22,8 +22,8 @@
// There is function-name conflitct, so we rename it
#if !defined(IN) && !defined(FLOAT)
#define OpenFile WINAPI_OpenFile
+#include <winsock2.h>
#include <windows.h>
-#include <winsock.h>
#undef OpenFile
#endif