mirror of
https://github.com/reactos/reactos.git
synced 2026-05-23 07:40:09 +08:00
[NTDLL_APITEST] Include the internal headers from the kernel and the probing library file
This commit is contained in:
@@ -2,6 +2,7 @@
|
||||
add_subdirectory(load_notifications)
|
||||
|
||||
include_directories($<TARGET_FILE_DIR:load_notifications>)
|
||||
include_directories(${REACTOS_SOURCE_DIR}/ntoskrnl/include)
|
||||
spec2def(ntdll_apitest.exe ntdll_apitest.spec)
|
||||
|
||||
list(APPEND SOURCE
|
||||
@@ -43,6 +44,7 @@ list(APPEND SOURCE
|
||||
NtSetVolumeInformationFile.c
|
||||
NtUnloadDriver.c
|
||||
NtWriteFile.c
|
||||
probelib.c
|
||||
RtlAllocateHeap.c
|
||||
RtlBitmap.c
|
||||
RtlComputePrivatizedDllName_U.c
|
||||
|
||||
Reference in New Issue
Block a user