File tree Expand file tree Collapse file tree 3 files changed +1045
-1
lines changed
modules/rostests/apitests/ntdll Expand file tree Collapse file tree 3 files changed +1045
-1
lines changed Original file line number Diff line number Diff line change @@ -92,6 +92,7 @@ list(APPEND SOURCE
9292 RtlImageDirectoryEntryToData.c
9393 RtlImageRvaToVa.c
9494 RtlIsNameLegalDOS8Dot3.c
95+ RtlLocale.c
9596 RtlMemoryStream.c
9697 RtlMultipleAllocateHeap.c
9798 RtlNtPathNameToDosPathName.c
@@ -144,7 +145,10 @@ add_pch(ntdll_apitest precomp.h "${PCH_SKIP_SOURCE}")
144145add_dependencies (ntdll_apitest load_notifications empty_dll)
145146
146147if (NOT MSVC )
147- set_source_files_properties (RtlGetFullPathName_UstrEx.c PROPERTIES COMPILE_OPTIONS "-Wno-format" )
148+ set_source_files_properties (
149+ RtlGetFullPathName_UstrEx.c
150+ RtlLocale.c
151+ PROPERTIES COMPILE_OPTIONS "-Wno-format" )
148152endif ()
149153
150154add_rostests_file(TARGET ntdll_apitest)
You can’t perform that action at this time.
0 commit comments