vcpkg/ports/monkeys-audio/fix-C2471.patch
Cheney Wang dd71e22fd2
[vcpkg baseline][monkeys-audio] Fixing error C2471 and error C1090 (#28633)
* [vcpkg baseline][monkeys-audio] Fixing error C2471 and error C1090

* x-add-version

* Update

* x-add-version
2023-01-04 12:09:10 -08:00

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>