Skip to content

Commit

Permalink
Merge pull request #2159 from JeromeMartinez/ehcont
Browse files Browse the repository at this point in the history
Windows: Enable EH Continuation Metadata
  • Loading branch information
JeromeMartinez authored Dec 2, 2024
2 parents adcc42f + d7a5758 commit 6a54edf
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions Project/MSVC2022/Dll/MediaInfoDll.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -133,6 +133,7 @@
<DebugInformationFormat>None</DebugInformationFormat>
<SDLCheck>true</SDLCheck>
<ControlFlowGuard>Guard</ControlFlowGuard>
<GuardEHContMetadata>true</GuardEHContMetadata>
</ClCompile>
<Link>
<SubSystem>Windows</SubSystem>
Expand Down
1 change: 1 addition & 0 deletions Project/MSVC2022/Library/MediaInfoLib.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,7 @@
<DebugInformationFormat>None</DebugInformationFormat>
<SDLCheck>true</SDLCheck>
<ControlFlowGuard>Guard</ControlFlowGuard>
<GuardEHContMetadata>true</GuardEHContMetadata>
</ClCompile>
</ItemDefinitionGroup>
<ItemGroup>
Expand Down
1 change: 1 addition & 0 deletions Project/MSVC2022/ShellExtension/MediaInfoShellExt.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -190,6 +190,7 @@
<MultiProcessorCompilation>true</MultiProcessorCompilation>
<RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
<ControlFlowGuard>Guard</ControlFlowGuard>
<GuardEHContMetadata>true</GuardEHContMetadata>
</ClCompile>
<ResourceCompile>
<Culture>0x0409</Culture>
Expand Down

0 comments on commit 6a54edf

Please sign in to comment.