mirror of
https://github.com/reactos/reactos.git
synced 2025-08-05 16:23:01 +00:00
Rework apisets to use a table
This removes all fake apiset forwarders, and handles apisets inside ntdll. This is not 100% compatible with how windows does it, but it should be good enough for us.
This commit is contained in:
parent
116c0cd9a5
commit
24a56f89ab
246 changed files with 1910 additions and 9091 deletions
13
sdk/lib/apisets/CMakeLists.txt
Normal file
13
sdk/lib/apisets/CMakeLists.txt
Normal file
|
@ -0,0 +1,13 @@
|
|||
|
||||
add_library(apisets
|
||||
apisets.c
|
||||
apisets.h
|
||||
apisetsp.h
|
||||
|
||||
# Generated file:
|
||||
apisets.table.c
|
||||
)
|
||||
|
||||
target_include_directories(apisets INTERFACE ${CMAKE_CURRENT_SOURCE_DIR})
|
||||
target_compile_definitions(apisets PRIVATE _NTSYSTEM_)
|
||||
add_dependencies(apisets psdk)
|
Loading…
Add table
Add a link
Reference in a new issue