aboutsummaryrefslogtreecommitdiff
path: root/project/VS2010Express/XbmcThreads.vcxproj
diff options
context:
space:
mode:
authormontellese <montellese@xbmc.org>2012-06-13 14:57:49 +0200
committermontellese <montellese@xbmc.org>2012-06-13 14:57:49 +0200
commita5ce6b6e7d86413a64cdaea8e6c625115ec7a03b (patch)
treeab9550d0f8d030487b12c684d1418b3dc12afabe /project/VS2010Express/XbmcThreads.vcxproj
parentff92be4720de0335752333c8f04538bb07025d62 (diff)
[win32] use /EHa instead of /EHsc in XbmcThreads project (enables SEH exceptions)
This enables support for Structure Exception Handling (SEH) which we use in win32_exception::install_handler. The XBMC project has this switch set as well.
Diffstat (limited to 'project/VS2010Express/XbmcThreads.vcxproj')
-rw-r--r--project/VS2010Express/XbmcThreads.vcxproj1
1 files changed, 1 insertions, 0 deletions
diff --git a/project/VS2010Express/XbmcThreads.vcxproj b/project/VS2010Express/XbmcThreads.vcxproj
index c6c75880e7..34d70be932 100644
--- a/project/VS2010Express/XbmcThreads.vcxproj
+++ b/project/VS2010Express/XbmcThreads.vcxproj
@@ -115,6 +115,7 @@
<WarningLevel>Level3</WarningLevel>
<DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
<DisableSpecificWarnings>4800;4018;4146;4996;%(DisableSpecificWarnings)</DisableSpecificWarnings>
+ <ExceptionHandling>Async</ExceptionHandling>
</ClCompile>
<Lib>
<OutputFile>$(TargetPath)</OutputFile>