mirror of
https://github.com/reactos/reactos.git
synced 2025-07-31 21:52:41 +00:00
[NTOS] Add a #define __ROS_ROSSYM__ when using rossym
Use it where needed.
This commit is contained in:
parent
652806396a
commit
033102fdb1
3 changed files with 3 additions and 2 deletions
|
@ -13,3 +13,4 @@ list(APPEND SOURCE
|
|||
zwfile.c)
|
||||
add_library(rossym ${SOURCE})
|
||||
add_dependencies(rossym psdk bugcodes)
|
||||
target_compile_definitions(rossym INTERFACE "-D__ROS_ROSSYM__")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue