summaryrefslogtreecommitdiff
path: root/plugins/NotifyAnything
diff options
context:
space:
mode:
authorGeorge Hazan <george.hazan@gmail.com>2015-08-11 16:02:24 +0000
committerGeorge Hazan <george.hazan@gmail.com>2015-08-11 16:02:24 +0000
commit70a6a0e2e744b142f2cfde25c8add33c1f95dc29 (patch)
tree8fb22a7c47db65b89cbfa11619db550dd95d4fd3 /plugins/NotifyAnything
parent2548065ebc5da2a8778cd4f49343b847773ee174 (diff)
more warning fixes
git-svn-id: http://svn.miranda-ng.org/main/trunk@14914 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/NotifyAnything')
-rw-r--r--plugins/NotifyAnything/NotifyAnything.vcxproj5
1 files changed, 5 insertions, 0 deletions
diff --git a/plugins/NotifyAnything/NotifyAnything.vcxproj b/plugins/NotifyAnything/NotifyAnything.vcxproj
index 89341aebd6..5ff99216cb 100644
--- a/plugins/NotifyAnything/NotifyAnything.vcxproj
+++ b/plugins/NotifyAnything/NotifyAnything.vcxproj
@@ -25,4 +25,9 @@
<ImportGroup Label="PropertySheets">
<Import Project="$(ProjectDir)..\..\build\vc.common\plugin.props" />
</ImportGroup>
+ <ItemDefinitionGroup>
+ <ClCompile>
+ <ExceptionHandling>Sync</ExceptionHandling>
+ </ClCompile>
+ </ItemDefinitionGroup>
</Project> \ No newline at end of file