https://git.reactos.org/?p=reactos.git;a=commitdiff;h=66007dee2bc137779fecd…
commit 66007dee2bc137779fecd919b665b51923db4e71
Author: George Bișoc <george.bisoc(a)reactos.org>
AuthorDate: Sun May 2 20:42:19 2021 +0200
Commit: George Bișoc <george.bisoc(a)reactos.org>
CommitDate: Sun May 2 20:42:19 2021 +0200
[NTDLL_APITEST] Include the internal headers from the kernel and the probing library
file
---
modules/rostests/apitests/ntdll/CMakeLists.txt | 2 ++
1 file changed, 2 insertions(+)
diff --git a/modules/rostests/apitests/ntdll/CMakeLists.txt
b/modules/rostests/apitests/ntdll/CMakeLists.txt
index 24844b98f4b..ed0a199a903 100644
--- a/modules/rostests/apitests/ntdll/CMakeLists.txt
+++ b/modules/rostests/apitests/ntdll/CMakeLists.txt
@@ -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