mirror of
https://github.com/reactos/reactos.git
synced 2025-07-30 20:01:50 +00:00
[REACTOS] Explicitly link against pseh & include pseh headers in a few places
This commit is contained in:
parent
37bc01f42b
commit
e470b58376
50 changed files with 103 additions and 23 deletions
|
@ -603,7 +603,7 @@ if(USE_CLANG_CL)
|
|||
endif()
|
||||
|
||||
add_library(crt ${CRT_SOURCE} ${CRT_WINE_SOURCE} ${crt_asm})
|
||||
target_link_libraries(crt chkstk)
|
||||
target_link_libraries(crt chkstk ${PSEH_LIB})
|
||||
target_compile_definitions(crt
|
||||
PRIVATE __MINGW_IMPORT=extern
|
||||
USE_MSVCRT_PREFIX
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue