Better have internal & external TEB definitions have the same size.

oldstable
Eric Pouech 2004-05-10 19:58:48 +00:00 committed by Alexandre Julliard
parent 9ff652da2b
commit 64af08e69c
1 changed files with 2 additions and 0 deletions

View File

@ -130,6 +130,8 @@ typedef struct _TEB
PVOID ReservedForNtRpc; /* -2- f1c used by rpcrt4 */
DWORD pad9[24]; /* --n f20 */
PVOID ReservedForOle; /* -2- f80 used by ole32 (IErrorInfo*) */
PVOID pad10[4]; /* --n f84 */
PVOID TlsExpansionSlots; /* -2- f94 */
} TEB;
#endif /* WINE_TEB_DEFINED */