Skip to content

Commit

Permalink
Update ntldr.h
Browse files Browse the repository at this point in the history
  • Loading branch information
dmex committed Dec 28, 2024
1 parent a28baa1 commit 9434259
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions phnt/include/ntldr.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 9434259

Please sign in to comment.