summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--plugins/MimCmd/MimCmd.vcxproj3
1 files changed, 3 insertions, 0 deletions
diff --git a/plugins/MimCmd/MimCmd.vcxproj b/plugins/MimCmd/MimCmd.vcxproj
index aa8b28e02d..a567479d8f 100644
--- a/plugins/MimCmd/MimCmd.vcxproj
+++ b/plugins/MimCmd/MimCmd.vcxproj
@@ -34,5 +34,8 @@
<DelayLoadDLLs>mir_core.mir</DelayLoadDLLs>
<AdditionalDependencies>delayimp.lib;comctl32.lib;ws2_32.lib;UxTheme.lib;Iphlpapi.lib;%(AdditionalDependencies)</AdditionalDependencies>
</Link>
+ <ClCompile>
+ <ExceptionHandling>Sync</ExceptionHandling>
+ </ClCompile>
</ItemDefinitionGroup>
</Project> \ No newline at end of file