aboutsummaryrefslogtreecommitdiff
path: root/win32/VS2015/common.props
diff options
context:
space:
mode:
authorElliott Hughes <enh@google.com>2020-12-11 18:34:26 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2020-12-11 18:34:26 +0000
commit219eca9037839b5ca093abe570472b5dc80d31e4 (patch)
treef5558d2b9f6b59cffe7d3fdba103fe1d88a7d1e4 /win32/VS2015/common.props
parentb91b80b0d5a593bc4113202de3cbe72b0bd5e0ef (diff)
parent6a07d584942e2aa60c752126f145d08218914e74 (diff)
downloadlibopus-219eca9037839b5ca093abe570472b5dc80d31e4.tar.gz
Merge "Upgrade libopus to d2f6805c3f36718a742c33c56eb945c2e10646ef"
Diffstat (limited to 'win32/VS2015/common.props')
-rw-r--r--win32/VS2015/common.props2
1 files changed, 1 insertions, 1 deletions
diff --git a/win32/VS2015/common.props b/win32/VS2015/common.props
index 6c757d8b..f6e920b6 100644
--- a/win32/VS2015/common.props
+++ b/win32/VS2015/common.props
@@ -23,7 +23,7 @@
<CompileAsManaged>false</CompileAsManaged>
<CompileAsWinRT>false</CompileAsWinRT>
<AdditionalIncludeDirectories>..\..;..\..\include;..\..\silk;..\..\celt;..\..\win32;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
- <PreprocessorDefinitions>HAVE_CONFIG_H;WIN32;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
+ <PreprocessorDefinitions>HAVE_CONFIG_H;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
<RuntimeTypeInfo>false</RuntimeTypeInfo>
<OpenMPSupport>false</OpenMPSupport>
</ClCompile>