From 51f2a8c25196068728668b0767aa40182c065bdd Mon Sep 17 00:00:00 2001 From: Jo Shields Date: Thu, 8 Jan 2015 08:55:09 +0000 Subject: [PATCH] [msvc] 64-bit Windows still needs _WIN32_WINNT (for monoposixhelper) --- msvc/monoposixhelper.vcxproj | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/msvc/monoposixhelper.vcxproj b/msvc/monoposixhelper.vcxproj index 04d54d9ffb0..6ce62fdc735 100644 --- a/msvc/monoposixhelper.vcxproj +++ b/msvc/monoposixhelper.vcxproj @@ -113,7 +113,7 @@ Disabled ..\eglib\src;..\;%(AdditionalIncludeDirectories) - _DEBUG;__x86_64__;WIN64;_WIN64;WIN32;_WIN32;__WIN32__;_WINDOWS;WINDOWS;HOST_WIN32;TARGET_WIN32;_CRT_SECURE_NO_DEPRECATE;HAVE_CONFIG_H;%(PreprocessorDefinitions) + _DEBUG;__x86_64__;_WIN32_WINNT=0x0502;WIN64;_WIN64;WIN32;_WIN32;__WIN32__;_WINDOWS;WINDOWS;HOST_WIN32;TARGET_WIN32;_CRT_SECURE_NO_DEPRECATE;HAVE_CONFIG_H;%(PreprocessorDefinitions) true EnableFastChecks MultiThreadedDebugDLL @@ -167,7 +167,7 @@ MinSpace ..\eglib\src;..\;%(AdditionalIncludeDirectories) - NDEBUG;__x86_64__;WIN64;_WIN64;WIN32;_WIN32;__WIN32__;_WINDOWS;WINDOWS;HOST_WIN32;TARGET_WIN32;_CRT_SECURE_NO_DEPRECATE;HAVE_CONFIG_H;%(PreprocessorDefinitions) + NDEBUG;__x86_64__;_WIN32_WINNT=0x0502;WIN64;_WIN64;WIN32;_WIN32;__WIN32__;_WINDOWS;WINDOWS;HOST_WIN32;TARGET_WIN32;_CRT_SECURE_NO_DEPRECATE;HAVE_CONFIG_H;%(PreprocessorDefinitions) MultiThreadedDLL -- 2.25.1