From fd19842be5de954467918b2acb3f7b1640f8dd86 Mon Sep 17 00:00:00 2001 From: OV2 Date: Sat, 23 Feb 2019 14:29:57 +0100 Subject: [PATCH] win32: disable xp deprecation warning in libretro project --- libretro/libretro-win32.vcxproj | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/libretro/libretro-win32.vcxproj b/libretro/libretro-win32.vcxproj index 29d60c83..f6a073c2 100644 --- a/libretro/libretro-win32.vcxproj +++ b/libretro/libretro-win32.vcxproj @@ -52,15 +52,19 @@ + + + + @@ -95,7 +99,6 @@ Disabled ../;../apu/bapu;%(AdditionalIncludeDirectories) __WIN32__;__LIBRETRO__;%(PreprocessorDefinitions) - true EnableFastChecks MultiThreadedDebug @@ -118,7 +121,6 @@ Disabled ../;../apu/bapu;%(AdditionalIncludeDirectories) __WIN32__;__LIBRETRO__;%(PreprocessorDefinitions) - true EnableFastChecks MultiThreadedDebug @@ -305,4 +307,4 @@ - + \ No newline at end of file