We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 738ff9d commit 762a9f0Copy full SHA for 762a9f0
modules/rostests/apitests/ntdll/CMakeLists.txt
@@ -92,6 +92,7 @@ list(APPEND SOURCE
92
RtlImageDirectoryEntryToData.c
93
RtlImageRvaToVa.c
94
RtlIsNameLegalDOS8Dot3.c
95
+ RtlLocale.c
96
RtlMemoryStream.c
97
RtlMultipleAllocateHeap.c
98
RtlNtPathNameToDosPathName.c
@@ -144,7 +145,10 @@ add_pch(ntdll_apitest precomp.h "${PCH_SKIP_SOURCE}")
144
145
add_dependencies(ntdll_apitest load_notifications empty_dll)
146
147
if(NOT MSVC)
- set_source_files_properties(RtlGetFullPathName_UstrEx.c PROPERTIES COMPILE_OPTIONS "-Wno-format")
148
+ set_source_files_properties(
149
+ RtlGetFullPathName_UstrEx.c
150
151
+ PROPERTIES COMPILE_OPTIONS "-Wno-format")
152
endif()
153
154
add_rostests_file(TARGET ntdll_apitest)
0 commit comments