From 943425910a9f9fed54a31452bbc83de5475510ef Mon Sep 17 00:00:00 2001 From: dmex Date: Sat, 28 Dec 2024 23:16:53 +1100 Subject: [PATCH] Update ntldr.h --- phnt/include/ntldr.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/phnt/include/ntldr.h b/phnt/include/ntldr.h index 1b157943c6b6..928cf9e2fd90 100644 --- a/phnt/include/ntldr.h +++ b/phnt/include/ntldr.h @@ -667,8 +667,8 @@ NTSYSAPI PS_SYSTEM_DLL_INIT_BLOCK LdrSystemDllInitBlock; #define PS_SYSTEM_DLL_INIT_BLOCK_SIZE_V2 \ RTL_SIZEOF_THROUGH_FIELD(PS_SYSTEM_DLL_INIT_BLOCK, ScpArm64EcCfgCheckESFunction) -static_assert(PS_SYSTEM_DLL_INIT_BLOCK_SIZE_V1 == 240, "PS_SYSTEM_DLL_INIT_BLOCK_SIZE_V1 must equal 240"); -static_assert(PS_SYSTEM_DLL_INIT_BLOCK_SIZE_V2 == 296, "PS_SYSTEM_DLL_INIT_BLOCK_SIZE_V2 must equal 296"); +//static_assert(PS_SYSTEM_DLL_INIT_BLOCK_SIZE_V1 == 240, "PS_SYSTEM_DLL_INIT_BLOCK_SIZE_V1 must equal 240"); +//static_assert(PS_SYSTEM_DLL_INIT_BLOCK_SIZE_V2 == 296, "PS_SYSTEM_DLL_INIT_BLOCK_SIZE_V2 must equal 296"); // rev see also MEMORY_IMAGE_EXTENSION_INFORMATION typedef struct _RTL_SCPCFG_NTDLL_EXPORTS