[NTDLL_VISTA] Export RtlLcidToLocaleName and RtlLocaleNameToLcid

This commit is contained in:
Timo Kreuzer 2025-05-08 12:39:58 +03:00
parent 942d362ff8
commit d5286af2e1
3 changed files with 15 additions and 0 deletions

View file

@ -132,6 +132,7 @@ add_dependencies(rtl psdk asm)
list(APPEND SOURCE_VISTA
condvar.c
locale.c
runonce.c
srw.c
utf8.c)