From 66007dee2bc137779fecd919b665b51923db4e71 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?George=20Bi=C8=99oc?= Date: Sun, 2 May 2021 20:42:19 +0200 Subject: [PATCH] [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($) +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