From 6309cfadd75d70bd051041f5518f0d5c349d375d Mon Sep 17 00:00:00 2001 From: Ari Koivula Date: Mon, 19 May 2014 13:52:40 +0300 Subject: [PATCH] Instruct VS to not include all win32 headers. --- build/C_Properties.props | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/C_Properties.props b/build/C_Properties.props index 1ba4de3d..ab8d998d 100644 --- a/build/C_Properties.props +++ b/build/C_Properties.props @@ -12,7 +12,7 @@ Level4 AssemblyAndSourceCode MultiThreadedDebugDLL - WIN32;WIN64;_CONSOLE;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions) + WIN32_LEAN_AND_MEAN;WIN32;WIN64;_CONSOLE;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions) $(SolutionDir)..\..\pthreads\include;$(SolutionDir)..\src;$(SolutionDir)..\src\extras;$(SolutionDir)..\;%(AdditionalIncludeDirectories) 4244;4204;4206;4028 false