[FREELDR] Add NlsLeadByteInfo to rtl/nlsboot.c

This commit is contained in:
Timo Kreuzer
2026-04-21 13:13:33 +00:00
parent 40252ff735
commit 420a4bc9cb
+1
View File
@@ -20,6 +20,7 @@ BOOLEAN NlsMbOemCodePageTag = FALSE;
PUSHORT NlsOemToUnicodeTable = NULL;
PCHAR NlsUnicodeToOemTable = NULL;
PUSHORT NlsUnicodeToMbOemTable = NULL;
PUSHORT NlsLeadByteInfo = NULL;
PUSHORT NlsOemLeadByteInfo = NULL;
USHORT NlsOemDefaultChar = '\0';