mirror of
https://github.com/reactos/reactos.git
synced 2025-01-02 12:32:47 +00:00
[PSEH3] Enable it by default.
svn path=/trunk/; revision=60839
This commit is contained in:
parent
2324ecfbb8
commit
a7708e17cc
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@ if(NOT DEFINED SEPARATE_DBG)
|
|||
endif()
|
||||
|
||||
if(NOT DEFINED USE_PSEH3)
|
||||
set(USE_PSEH3 0)
|
||||
set(USE_PSEH3 1)
|
||||
endif()
|
||||
|
||||
if(USE_PSEH3)
|
||||
|
|
Loading…
Reference in a new issue