commit | 64af08e69c83782bdd1c117d431b3c19bb9004db | [log] [tgz] |
---|---|---|
author | Eric Pouech <pouech-eric@wanadoo.fr> | Mon May 10 19:58:48 2004 +0000 |
committer | Alexandre Julliard <julliard@winehq.org> | Mon May 10 19:58:48 2004 +0000 |
tree | d333a9654e92f0c9a3ed617f99da5c28d7af0fed | |
parent | 9ff652da2bd1b313f9f2fff44da4d03d176f41fa [diff] [blame] |
Better have internal & external TEB definitions have the same size.
diff --git a/include/thread.h b/include/thread.h index 335e364..210a96c 100644 --- a/include/thread.h +++ b/include/thread.h
@@ -130,6 +130,8 @@ 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 */