diff options
author | George Hazan <george.hazan@gmail.com> | 2016-07-22 16:08:34 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2016-07-22 16:08:34 +0000 |
commit | fb08a9f73ee49517d9d16f39c337f95a3dd6c214 (patch) | |
tree | 5ad3c9705b8497fe0792f1d14ffd6e6da3f12372 /plugins/StopSpamPlus | |
parent | d7abca62d8cc103eab3b7b17f0dbc45d9d94b187 (diff) |
warning fix
git-svn-id: http://svn.miranda-ng.org/main/trunk@17123 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/StopSpamPlus')
-rw-r--r-- | plugins/StopSpamPlus/stopspam.vcxproj | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/plugins/StopSpamPlus/stopspam.vcxproj b/plugins/StopSpamPlus/stopspam.vcxproj index 0c3866da18..04e1cff10d 100644 --- a/plugins/StopSpamPlus/stopspam.vcxproj +++ b/plugins/StopSpamPlus/stopspam.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 |