From 6848ce6a93a55bd78391875a9199f45b8c98bfc4 Mon Sep 17 00:00:00 2001 From: aleos89 Date: Fri, 23 Jan 2015 13:16:08 -0500 Subject: [PATCH] Fixed #169 - Disabled deprecated WINSOCK API warnings for MSVS 2013. --- vcproj-13/char-server.vcxproj | 2 +- vcproj-13/login-server.vcxproj | 2 +- vcproj-13/map-server.vcxproj | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/vcproj-13/char-server.vcxproj b/vcproj-13/char-server.vcxproj index 30ad726828..4330e3b7f4 100644 --- a/vcproj-13/char-server.vcxproj +++ b/vcproj-13/char-server.vcxproj @@ -54,7 +54,7 @@ Disabled ..\3rdparty\libconfig;..\3rdparty\mysql\include;..\3rdparty\msinttypes\include;..\3rdparty\mt19937ar;%(AdditionalIncludeDirectories) - WIN32;_WIN32;__WIN32;_DEBUG;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;FD_SETSIZE=4096;LIBCONFIG_STATIC;YY_USE_CONST;%(PreprocessorDefinitions) + WIN32;_WIN32;__WIN32;_DEBUG;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;FD_SETSIZE=4096;LIBCONFIG_STATIC;YY_USE_CONST;_WINSOCK_DEPRECATED_NO_WARNINGS;%(PreprocessorDefinitions) false false diff --git a/vcproj-13/login-server.vcxproj b/vcproj-13/login-server.vcxproj index 8d0313b87f..5a24261c33 100644 --- a/vcproj-13/login-server.vcxproj +++ b/vcproj-13/login-server.vcxproj @@ -54,7 +54,7 @@ Disabled ..\3rdparty\libconfig;..\3rdparty\mysql\include;..\3rdparty\msinttypes\include;..\3rdparty\mt19937ar;%(AdditionalIncludeDirectories) - WIN32;_WIN32;__WIN32;_DEBUG;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;FD_SETSIZE=4096;WITH_SQL;LIBCONFIG_STATIC;YY_USE_CONST;%(PreprocessorDefinitions) + WIN32;_WIN32;__WIN32;_DEBUG;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;FD_SETSIZE=4096;WITH_SQL;LIBCONFIG_STATIC;YY_USE_CONST;_WINSOCK_DEPRECATED_NO_WARNINGS;%(PreprocessorDefinitions) false false diff --git a/vcproj-13/map-server.vcxproj b/vcproj-13/map-server.vcxproj index 870b7a2876..724642b961 100644 --- a/vcproj-13/map-server.vcxproj +++ b/vcproj-13/map-server.vcxproj @@ -53,7 +53,7 @@ Disabled ..\3rdparty\mysql\include;..\3rdparty\zlib\include;..\3rdparty\pcre\include;..\3rdparty\msinttypes\include;..\3rdparty\mt19937ar;..\3rdparty\libconfig;%(AdditionalIncludeDirectories) - WIN32;_WIN32;__WIN32;_DEBUG;PCRE_SUPPORT;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;FD_SETSIZE=4096;LIBCONFIG_STATIC;YY_USE_CONST;%(PreprocessorDefinitions) + WIN32;_WIN32;__WIN32;_DEBUG;PCRE_SUPPORT;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;FD_SETSIZE=4096;LIBCONFIG_STATIC;YY_USE_CONST;_WINSOCK_DEPRECATED_NO_WARNINGS;%(PreprocessorDefinitions) false false