Skip to content

Commit c75502e

Browse files
+ Windows: Enable EH Continuation Metadata
1 parent 4ace636 commit c75502e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Project/MSVC2022/CLI/MediaInfo.vcxproj

+2
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,7 @@
8888
<MultiProcessorCompilation>true</MultiProcessorCompilation>
8989
<LanguageStandard>stdcpplatest</LanguageStandard>
9090
<Optimization>Disabled</Optimization>
91+
<GuardEHContMetadata>true</GuardEHContMetadata>
9192
</ClCompile>
9293
<Link>
9394
<SubSystem>Console</SubSystem>
@@ -119,6 +120,7 @@
119120
<MultiProcessorCompilation>true</MultiProcessorCompilation>
120121
<EnableEnhancedInstructionSet>NotSet</EnableEnhancedInstructionSet>
121122
<ControlFlowGuard>Guard</ControlFlowGuard>
123+
<GuardEHContMetadata>true</GuardEHContMetadata>
122124
</ClCompile>
123125
<Link>
124126
<SubSystem>Console</SubSystem>

0 commit comments

Comments
 (0)