From ee030d79d9b1a35898c3cabbc48accc3a2829a2c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?G=C3=A9=20van=20Geldorp?= Date: Fri, 18 Apr 2003 19:02:16 +0000 Subject: [PATCH] For binary compatibility, layout the fields in the TEB at exactly the same offsets as in WinNT. svn path=/trunk/; revision=4553 --- reactos/include/napi/teb.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/reactos/include/napi/teb.h b/reactos/include/napi/teb.h index c778739b498..477d7c069ea 100644 --- a/reactos/include/napi/teb.h +++ b/reactos/include/napi/teb.h @@ -187,9 +187,9 @@ typedef struct _TEB PVOID SystemReserved1[0x36]; // CCh PVOID Spare1; // 1A4h LONG ExceptionCode; // 1A8h - ULONG SpareBytes1[0x28]; // 1ACh + UCHAR SpareBytes1[0x28]; // 1ACh PVOID SystemReserved2[0xA]; // 1D4h -// GDI_TEB_BATCH GdiTebBatch; // 1FCh + GDI_TEB_BATCH GdiTebBatch; // 1FCh ULONG gdiRgn; // 6DCh ULONG gdiPen; // 6E0h ULONG gdiBrush; // 6E4h