summaryrefslogtreecommitdiff
path: root/build/vc.common/common.props
diff options
context:
space:
mode:
authorGeorge Hazan <george.hazan@gmail.com>2016-02-09 09:37:04 +0000
committerGeorge Hazan <george.hazan@gmail.com>2016-02-09 09:37:04 +0000
commita2e3d77c3aa849f3dd29be0ef114f9ea7e126146 (patch)
tree49e4515e2a29d61db0975a2fca81f77556cae19a /build/vc.common/common.props
parentb4cff17a1fb3c178b396c8f5d98d1cf03bc6ff4d (diff)
unified project for WhatsApp
git-svn-id: http://svn.miranda-ng.org/main/trunk@16249 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'build/vc.common/common.props')
-rw-r--r--build/vc.common/common.props2
1 files changed, 1 insertions, 1 deletions
diff --git a/build/vc.common/common.props b/build/vc.common/common.props
index 294831325f..0fc98e17a2 100644
--- a/build/vc.common/common.props
+++ b/build/vc.common/common.props
@@ -24,7 +24,7 @@
<ItemDefinitionGroup>
<ClCompile>
<AdditionalIncludeDirectories>$(ProjectDir)..\..\include;$(ProjectDir)..\..\plugins\ExternalAPI;$(ProjectDir)..\..\..\boost;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
- <PreprocessorDefinitions>_CRT_SECURE_NO_WARNINGS;_CRT_NONSTDC_NO_WARNINGS;_WIN32_WINNT=0x0601;%(PreprocessorDefinitions)</PreprocessorDefinitions>
+ <PreprocessorDefinitions>_CRT_SECURE_NO_WARNINGS;_CRT_NONSTDC_NO_WARNINGS;_WINDOWS;_WIN32_WINNT=0x0601;%(PreprocessorDefinitions)</PreprocessorDefinitions>
<DisableSpecificWarnings>4995;4996;4312;4091;%(DisableSpecificWarnings)</DisableSpecificWarnings>
<InlineFunctionExpansion>OnlyExplicitInline</InlineFunctionExpansion>
<IntrinsicFunctions>false</IntrinsicFunctions>