mirror of
https://github.com/reactos/reactos.git
synced 2025-08-06 10:43:05 +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
|
@ -12,6 +12,7 @@ foreach(num RANGE 10 58)
|
|||
endforeach()
|
||||
|
||||
add_library(ms_seh_test ${SOURCE})
|
||||
target_link_libraries(ms_seh_test pseh)
|
||||
add_dependencies(ms_seh_test psdk)
|
||||
|
||||
if(MSVC)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue