mirror of
https://github.com/reactos/reactos.git
synced 2025-08-05 23:12:56 +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)
|
add_subdirectory(load_notifications)
|
||||||
|
|
||||||
include_directories($<TARGET_FILE_DIR:load_notifications>)
|
include_directories($<TARGET_FILE_DIR:load_notifications>)
|
||||||
|
include_directories(${REACTOS_SOURCE_DIR}/ntoskrnl/include)
|
||||||
spec2def(ntdll_apitest.exe ntdll_apitest.spec)
|
spec2def(ntdll_apitest.exe ntdll_apitest.spec)
|
||||||
|
|
||||||
list(APPEND SOURCE
|
list(APPEND SOURCE
|
||||||
|
@ -43,6 +44,7 @@ list(APPEND SOURCE
|
||||||
NtSetVolumeInformationFile.c
|
NtSetVolumeInformationFile.c
|
||||||
NtUnloadDriver.c
|
NtUnloadDriver.c
|
||||||
NtWriteFile.c
|
NtWriteFile.c
|
||||||
|
probelib.c
|
||||||
RtlAllocateHeap.c
|
RtlAllocateHeap.c
|
||||||
RtlBitmap.c
|
RtlBitmap.c
|
||||||
RtlComputePrivatizedDllName_U.c
|
RtlComputePrivatizedDllName_U.c
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue