mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-03 12:23:25 +00:00
[BROWSEUI]
Set /EHa- option. Fixes MSVC build svn path=/trunk/; revision=52394
This commit is contained in:
@@ -6,6 +6,10 @@ add_definitions(
|
||||
-D__WINESRC__
|
||||
-DROS_Headers)
|
||||
|
||||
if (MSVC)
|
||||
add_compiler_flags(/EHa-)
|
||||
endif()
|
||||
|
||||
remove_definitions(-D_WIN32_WINNT=0x502)
|
||||
add_definitions(-D_WIN32_WINNT=0x600)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user