mirror of
https://github.com/reactos/reactos.git
synced 2025-02-23 00:45:24 +00:00
[BROWSEUI]
Set /EHa- option. Fixes MSVC build svn path=/trunk/; revision=52394
This commit is contained in:
parent
2e109f217d
commit
1a5eefbac0
1 changed files with 4 additions and 0 deletions
|
@ -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)
|
||||
|
||||
|
|
Loading…
Reference in a new issue