summaryrefslogtreecommitdiff
path: root/src/common/winapi.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/common/winapi.h')
-rw-r--r--src/common/winapi.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/common/winapi.h b/src/common/winapi.h
index 7ce555049..a8a38f30e 100644
--- a/src/common/winapi.h
+++ b/src/common/winapi.h
@@ -7,7 +7,7 @@
#define WINVER 0x0500
#define _WIN32_IE 0x0600
#define WIN32_LEAN_AND_MEAN
-#define NOCOMM
+#define NOCOMM
#define NOKANJI
#define NOHELP
#define NOMCX
@@ -24,6 +24,7 @@
#define _CRT_SECURE_NO_WARNINGS
#define _CRT_NONSTDC_NO_WARNINGS
+#define _WINSOCK_DEPRECATED_NO_WARNINGS
#include <io.h>
#include <Windows.h>
@@ -32,5 +33,3 @@
#include <Ws2tcpip.h>
#include <Mswsock.h>
#include <MMSystem.h>
-
-