mirror of
https://github.com/reactos/reactos.git
synced 2024-12-28 10:04:49 +00:00
[NTDLL_APITEST] Include the internal headers from the kernel and the probing library file
This commit is contained in:
parent
242efae9a2
commit
66007dee2b
1 changed files with 2 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue