summaryrefslogtreecommitdiff
path: root/plugins/Msg_Export
diff options
context:
space:
mode:
authorVadim Dashevskiy <watcherhd@gmail.com>2013-03-30 16:47:39 +0000
committerVadim Dashevskiy <watcherhd@gmail.com>2013-03-30 16:47:39 +0000
commit70a64eeacc569df929b8c502e069355e203194be (patch)
tree5aa96b2e7ca04bbacc3168ec5c34c0cd67bacd43 /plugins/Msg_Export
parent68719b1a979c5ab96f045d9f1cbd58d7d64f76bc (diff)
/SAFESEH removed from MSVC 2012 WIN32/Debug
git-svn-id: http://svn.miranda-ng.org/main/trunk@4253 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/Msg_Export')
-rw-r--r--plugins/Msg_Export/msg_export_11.vcxproj1
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/Msg_Export/msg_export_11.vcxproj b/plugins/Msg_Export/msg_export_11.vcxproj
index 7783605648..efae6d29ca 100644
--- a/plugins/Msg_Export/msg_export_11.vcxproj
+++ b/plugins/Msg_Export/msg_export_11.vcxproj
@@ -157,6 +157,7 @@
<ImportLibrary>$(IntDir)$(TargetName).lib</ImportLibrary>
<SubSystem>Windows</SubSystem>
<AdditionalDependencies>comctl32.lib;%(AdditionalDependencies)</AdditionalDependencies>
+ <ImageHasSafeExceptionHandlers>false</ImageHasSafeExceptionHandlers>
</Link>
</ItemDefinitionGroup>
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">