summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--win/inspircd_win32wrapper.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/win/inspircd_win32wrapper.h b/win/inspircd_win32wrapper.h
index fc9905403..75fcc41b7 100644
--- a/win/inspircd_win32wrapper.h
+++ b/win/inspircd_win32wrapper.h
@@ -37,6 +37,9 @@
#define FD_SETSIZE 24000
+#define uint32_t DWORD
+#define uint16_t WORD
+
/* Make builds smaller, leaner and faster */
#define VC_EXTRALEAN
#define WIN32_LEAN_AND_MEAN
@@ -78,8 +81,6 @@
/* Say we're building on windows 2000. Anyone running something older than this
* reeeeeeeally needs to upgrade! */
-#define _WIN32_WINNT 0x500
-
/* Normal windows (platform-specific) includes */
#include <winsock2.h>
#include <windows.h>