diff options
author | Tobias Weimer <wishmaster51@googlemail.com> | 2016-04-07 15:28:10 +0000 |
---|---|---|
committer | Tobias Weimer <wishmaster51@googlemail.com> | 2016-04-07 15:28:10 +0000 |
commit | 9a974d04544f79d40fbaf728b9073ebf01689c1b (patch) | |
tree | 9c59c835a4c9cab96ec18f6fbff6f90588ad29f1 /plugins/MimCmd | |
parent | 4b9e39a3ea97bfb34fab1803df542f766b730e9b (diff) |
MimCmd: compilation warning fixed
git-svn-id: http://svn.miranda-ng.org/main/trunk@16603 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/MimCmd')
-rw-r--r-- | plugins/MimCmd/MimCmd.vcxproj | 3 |
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 |