[FREELDR] Add NlsLeadByteInfo to rtl/nlsboot.c

This commit is contained in:
Timo Kreuzer
2026-04-09 20:16:02 +03:00
parent 40252ff735
commit 420a4bc9cb

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';