From 076e80f725d16d85d74e8aecbe281af53ebc62c2 Mon Sep 17 00:00:00 2001 From: Jo Shields Date: Thu, 20 Nov 2014 13:05:10 +0000 Subject: [msvc] Add a definition for _WIN32_WINNT to MonoPosixHelper MonoPosixHelper fails to build in my testing, due to config.h bailing the build out if it doesn't think the build platform is XP SP2 or higher. Adding this define forces that minimum Windows version, allowing mono.sln to build fully. --- msvc/monoposixhelper.vcxproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'msvc/monoposixhelper.vcxproj') diff --git a/msvc/monoposixhelper.vcxproj b/msvc/monoposixhelper.vcxproj index f771bbb15e1..04d54d9ffb0 100644 --- a/msvc/monoposixhelper.vcxproj +++ b/msvc/monoposixhelper.vcxproj @@ -83,7 +83,7 @@ Disabled ..\eglib\src;..\;%(AdditionalIncludeDirectories) - _DEBUG;__i386__;TARGET_X86;WIN32;_WIN32;__WIN32__;_WINDOWS;WINDOWS;HOST_WIN32;TARGET_WIN32;_CRT_SECURE_NO_DEPRECATE;HAVE_CONFIG_H;%(PreprocessorDefinitions) + _DEBUG;__i386__;TARGET_X86;_WIN32_WINNT=0x0502;WIN32;_WIN32;__WIN32__;_WINDOWS;WINDOWS;HOST_WIN32;TARGET_WIN32;_CRT_SECURE_NO_DEPRECATE;HAVE_CONFIG_H;%(PreprocessorDefinitions) true EnableFastChecks MultiThreadedDebugDLL -- cgit v1.2.3