Skip to content

Commit 4f0d503

Browse files
committed
Remove PEB32 assert warnings due to Visual Studio issues
1 parent 2480bc7 commit 4f0d503

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

phnt/include/ntwow64.h

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -366,9 +366,6 @@ typedef struct _PEB32
366366

367367
C_ASSERT(FIELD_OFFSET(PEB32, IFEOKey) == 0x024);
368368
C_ASSERT(FIELD_OFFSET(PEB32, UnicodeCaseTableData) == 0x060);
369-
C_ASSERT(FIELD_OFFSET(PEB32, NumberOfHeaps) == 0x088);
370-
C_ASSERT(FIELD_OFFSET(PEB32, ImageSubsystemMinorVersion) == 0x0bc);
371-
C_ASSERT(FIELD_OFFSET(PEB32, TlsExpansionBitmapBits) == 0x154);
372369
C_ASSERT(FIELD_OFFSET(PEB32, SystemAssemblyStorageMap) == 0x204);
373370
C_ASSERT(FIELD_OFFSET(PEB32, pImageHeaderHash) == 0x23c);
374371
C_ASSERT(FIELD_OFFSET(PEB32, WaitOnAddressHashTable) == 0x25c);

0 commit comments

Comments
 (0)