We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2480bc7 commit 4f0d503Copy full SHA for 4f0d503
phnt/include/ntwow64.h
@@ -366,9 +366,6 @@ typedef struct _PEB32
366
367
C_ASSERT(FIELD_OFFSET(PEB32, IFEOKey) == 0x024);
368
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);
372
C_ASSERT(FIELD_OFFSET(PEB32, SystemAssemblyStorageMap) == 0x204);
373
C_ASSERT(FIELD_OFFSET(PEB32, pImageHeaderHash) == 0x23c);
374
C_ASSERT(FIELD_OFFSET(PEB32, WaitOnAddressHashTable) == 0x25c);
0 commit comments