diff options
author | George Hazan <george.hazan@gmail.com> | 2015-05-21 11:28:09 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2015-05-21 11:28:09 +0000 |
commit | c29f535799abdb5a473b12206a3b390e474517ab (patch) | |
tree | e1ba2f752a8dd9ea3617ff5541635cd6bf046ff2 /plugins/HistoryStats/historystats.vcxproj | |
parent | 57263562642acaae5a938477e3f58d9118798a0f (diff) |
STL needs exceptions
git-svn-id: http://svn.miranda-ng.org/main/trunk@13730 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/HistoryStats/historystats.vcxproj')
-rw-r--r-- | plugins/HistoryStats/historystats.vcxproj | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/plugins/HistoryStats/historystats.vcxproj b/plugins/HistoryStats/historystats.vcxproj index 0da161e97b..b4ef84f738 100644 --- a/plugins/HistoryStats/historystats.vcxproj +++ b/plugins/HistoryStats/historystats.vcxproj @@ -28,4 +28,9 @@ <ImportGroup Label="PropertySheets">
<Import Project="$(ProjectDir)..\..\build\vc.common\common.props" />
</ImportGroup>
+ <ItemDefinitionGroup>
+ <ClCompile>
+ <ExceptionHandling>Sync</ExceptionHandling>
+ </ClCompile>
+ </ItemDefinitionGroup>
</Project>
\ No newline at end of file |