summaryrefslogtreecommitdiff
path: root/infrastructure
diff options
context:
space:
mode:
authorAG <contact@grandville.net>2015-10-26 22:31:05 +0100
committerAG <contact@grandville.net>2015-10-26 22:31:05 +0100
commitad1c0240f9ac4c56519cf0e5c2765b7edfc30ca0 (patch)
tree7673054aa3181d76063ffe102c72086806dad072 /infrastructure
parentd8378f071e54512f41e076547357f663125bea7f (diff)
remove Safe Exception Handling flag
Diffstat (limited to 'infrastructure')
-rw-r--r--infrastructure/msvc/2013/win32test.vcxproj1
1 files changed, 1 insertions, 0 deletions
diff --git a/infrastructure/msvc/2013/win32test.vcxproj b/infrastructure/msvc/2013/win32test.vcxproj
index de542d28..8369aabc 100644
--- a/infrastructure/msvc/2013/win32test.vcxproj
+++ b/infrastructure/msvc/2013/win32test.vcxproj
@@ -93,6 +93,7 @@
<OptimizeReferences>true</OptimizeReferences>
<EnableCOMDATFolding>true</EnableCOMDATFolding>
<TargetMachine>MachineX86</TargetMachine>
+ <ImageHasSafeExceptionHandlers>false</ImageHasSafeExceptionHandlers>
</Link>
</ItemDefinitionGroup>
<ItemGroup>