mirror of
https://github.com/reactos/reactos.git
synced 2025-08-06 10:03:26 +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
|
@ -7,4 +7,5 @@ list(APPEND SOURCE
|
|||
rdbss.c)
|
||||
|
||||
add_library(rdbsslib ${SOURCE})
|
||||
target_link_libraries(rdbsslib PRIVATE pseh)
|
||||
add_dependencies(rdbsslib bugcodes xdk)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue