mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-30 18:09:01 +08:00
dd71e22fd2
* [vcpkg baseline][monkeys-audio] Fixing error C2471 and error C1090 * x-add-version * Update * x-add-version
14 lines
688 B
Diff
14 lines
688 B
Diff
diff --git a/Source/Projects/VS2019/MACDll/MACDll.vcxproj b/Source/Projects/VS2019/MACDll/MACDll.vcxproj
|
|
index 4dfa820..7ac4bce 100644
|
|
--- a/Source/Projects/VS2019/MACDll/MACDll.vcxproj
|
|
+++ b/Source/Projects/VS2019/MACDll/MACDll.vcxproj
|
|
@@ -108,7 +108,7 @@
|
|
<TreatWChar_tAsBuiltInType>false</TreatWChar_tAsBuiltInType>
|
|
<PrecompiledHeader>Use</PrecompiledHeader>
|
|
<WarningLevel>Level3</WarningLevel>
|
|
- <DebugInformationFormat>EditAndContinue</DebugInformationFormat>
|
|
+ <DebugInformationFormat>OldStyle</DebugInformationFormat>
|
|
</ClCompile>
|
|
<ResourceCompile>
|
|
<PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|