From 420a4bc9cb0252a958e12b25265bfc4f614e542e Mon Sep 17 00:00:00 2001 From: Timo Kreuzer Date: Thu, 9 Apr 2026 20:16:02 +0300 Subject: [PATCH] [FREELDR] Add NlsLeadByteInfo to rtl/nlsboot.c --- boot/rtl/nlsboot.c | 1 + 1 file changed, 1 insertion(+) diff --git a/boot/rtl/nlsboot.c b/boot/rtl/nlsboot.c index 917a5922a77..8773e97dda8 100644 --- a/boot/rtl/nlsboot.c +++ b/boot/rtl/nlsboot.c @@ -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';