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