4 NtAllocateVirtualMemory.c
5 NtApphelpCacheControl.c
13 NtProtectVirtualMemory.c
15 NtQuerySystemEnvironmentValue.c
16 NtQueryVolumeInformationFile.c
20 RtlDetermineDosPathNameType.c
22 RtlDosPathNameToNtPathName_U.c
24 RtlDosSearchPath_Ustr.c
25 RtlGetFullPathName_U.c
26 RtlGetFullPathName_Ustr.c
27 RtlGetFullPathName_UstrEx.c
28 RtlGetLengthWithoutTrailingPathSeperators.c
29 RtlGetLongestNtPathLength.c
38 if(ARCH STREQUAL "i386")
39 add_asm_files(ntdll_apitest_asm i386/NtContinue.S)
42 add_executable(ntdll_apitest ${SOURCE} ${ntdll_apitest_asm})
43 target_link_libraries(ntdll_apitest wine uuid ${PSEH_LIB})
44 set_module_type(ntdll_apitest win32cui)
45 add_importlibs(ntdll_apitest msvcrt advapi32 kernel32 ntdll)
48 set_source_files_properties(RtlGetFullPathName_UstrEx.c PROPERTIES COMPILE_FLAGS "-Wno-format")
51 add_cd_file(TARGET ntdll_apitest DESTINATION reactos/bin FOR all)