diff options
author | George Hazan <george.hazan@gmail.com> | 2015-04-24 18:31:35 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2015-04-24 18:31:35 +0000 |
commit | ab3a833af506eb3f0d3e32cc4ce8342d74b71924 (patch) | |
tree | 86f53ab4239fd5cc77b1445f8b06e32d270a5aa0 /build/vc.common | |
parent | 83fe9d72c03cb6938246d18927e4397fc8a16b9a (diff) |
forgotten to include ExternalAPI into includes
git-svn-id: http://svn.miranda-ng.org/main/trunk@13096 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'build/vc.common')
-rw-r--r-- | build/vc.common/common.props | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build/vc.common/common.props b/build/vc.common/common.props index 5fb7ac40b2..e6f657dce1 100644 --- a/build/vc.common/common.props +++ b/build/vc.common/common.props @@ -45,7 +45,7 @@ <Import Project="$(VCTargetsPath)\BuildCustomizations\masm.props" />
<ItemDefinitionGroup>
<ClCompile>
- <AdditionalIncludeDirectories>..\..\include;..\..\include\msapi</AdditionalIncludeDirectories>
+ <AdditionalIncludeDirectories>..\..\include;..\..\plugins\ExternalAPI;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
<PreprocessorDefinitions>_CRT_SECURE_NO_WARNINGS;_CRT_NONSTDC_NO_WARNINGS;_WIN32_WINNT=0x0601;%(PreprocessorDefinitions)</PreprocessorDefinitions>
<DisableSpecificWarnings>4996;%(DisableSpecificWarnings)</DisableSpecificWarnings>
<InlineFunctionExpansion>OnlyExplicitInline</InlineFunctionExpansion>
|