mirror of
https://github.com/reactos/reactos.git
synced 2025-02-25 01:39:30 +00:00
For binary compatibility, layout the fields in the TEB at exactly the
same offsets as in WinNT. svn path=/trunk/; revision=4553
This commit is contained in:
parent
569a7a02b6
commit
ee030d79d9
1 changed files with 2 additions and 2 deletions
|
@ -187,9 +187,9 @@ typedef struct _TEB
|
||||||
PVOID SystemReserved1[0x36]; // CCh
|
PVOID SystemReserved1[0x36]; // CCh
|
||||||
PVOID Spare1; // 1A4h
|
PVOID Spare1; // 1A4h
|
||||||
LONG ExceptionCode; // 1A8h
|
LONG ExceptionCode; // 1A8h
|
||||||
ULONG SpareBytes1[0x28]; // 1ACh
|
UCHAR SpareBytes1[0x28]; // 1ACh
|
||||||
PVOID SystemReserved2[0xA]; // 1D4h
|
PVOID SystemReserved2[0xA]; // 1D4h
|
||||||
// GDI_TEB_BATCH GdiTebBatch; // 1FCh
|
GDI_TEB_BATCH GdiTebBatch; // 1FCh
|
||||||
ULONG gdiRgn; // 6DCh
|
ULONG gdiRgn; // 6DCh
|
||||||
ULONG gdiPen; // 6E0h
|
ULONG gdiPen; // 6E0h
|
||||||
ULONG gdiBrush; // 6E4h
|
ULONG gdiBrush; // 6E4h
|
||||||
|
|
Loading…
Reference in a new issue