From 83348b2e40d508e4d1dd28c5d1bf335c69887761 Mon Sep 17 00:00:00 2001 From: MiroKaku <50670906+MiroKaku@users.noreply.github.com> Date: Mon, 12 Aug 2024 09:32:04 +0800 Subject: [PATCH] Update: Veil.System.Nls.h NlsOemCodePage --- Veil/Veil.System.Nls.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Veil/Veil.System.Nls.h b/Veil/Veil.System.Nls.h index 1458dbc..2af8d36 100644 --- a/Veil/Veil.System.Nls.h +++ b/Veil/Veil.System.Nls.h @@ -75,6 +75,8 @@ typedef struct _NLSTABLEINFO #else // !_KERNEL_MODE +NTSYSAPI USHORT NlsOemCodePage; + // // Code Page Default Values. // Please Use Unicode, either UTF-16 (as in WCHAR) or UTF-8 (code page CP_ACP)