Commit 64af08e6 authored by Eric Pouech's avatar Eric Pouech Committed by Alexandre Julliard

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

parent 9ff652da
......@@ -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 */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment