mirror of
https://github.com/reactos/reactos.git
synced 2025-07-31 15:02:01 +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
|
@ -55,6 +55,7 @@ if(USE_CLANG_CL OR (NOT MSVC))
|
|||
endif()
|
||||
|
||||
set_module_type(kernel32_winetest win32cui)
|
||||
target_link_libraries(kernel32_winetest pseh)
|
||||
add_importlibs(kernel32_winetest user32 advapi32 msvcrt kernel32 ntdll)
|
||||
add_pch(kernel32_winetest precomp.h "${PCH_SKIP_SOURCE}")
|
||||
add_rostests_file(TARGET kernel32_winetest)
|
||||
|
|
|
@ -36,6 +36,8 @@ add_executable(ntdll_winetest
|
|||
${SOURCE}
|
||||
${PCH_SKIP_SOURCE})
|
||||
|
||||
target_link_libraries(ntdll_winetest pseh)
|
||||
|
||||
if(USE_CLANG_CL OR (NOT MSVC))
|
||||
target_compile_options(ntdll_winetest PRIVATE "-Wno-format")
|
||||
endif()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue