diff options
Diffstat (limited to 'src/common/winapi.h')
-rw-r--r-- | src/common/winapi.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/common/winapi.h b/src/common/winapi.h index b7c2bea1e..a8a38f30e 100644 --- a/src/common/winapi.h +++ b/src/common/winapi.h @@ -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> |