mirror of
https://github.com/reactos/reactos.git
synced 2024-10-31 03:48:17 +00:00
cfbb734799
See https://reactos.org/archives/public/ros-kernel/2004-June/003878.html > In the source files one set of headers is included if __NTDLL__ is defines and onother set if __NTOSKRNL__ is defines (dirty workaround for our messy headers).
8 lines
164 B
CMake
8 lines
164 B
CMake
add_definitions(-DUNICODE -D_UNICODE -D_NTOSKRNL_ -D_NTSYSTEM_)
|
|
|
|
list(APPEND SOURCE
|
|
rtl.c)
|
|
|
|
add_library(rtlver ${SOURCE})
|
|
add_dependencies(rtlver bugcodes xdk)
|