mirror of
https://github.com/reactos/reactos.git
synced 2025-02-24 17:34:57 +00:00
* Add the PSEH3 related define for the TestBE runs.
svn path=/trunk/; revision=58604
This commit is contained in:
parent
d7273a7fcc
commit
740d266240
1 changed files with 1 additions and 0 deletions
|
@ -94,6 +94,7 @@ endif()
|
|||
# PSEH
|
||||
if(GCC_VERSION VERSION_GREATER 4.7)
|
||||
set(USE_PSEH3 1)
|
||||
add_definitions(-D_USE_PSEH3=1)
|
||||
endif()
|
||||
|
||||
# Other
|
||||
|
|
Loading…
Reference in a new issue