include: Fix a typo in typedef struct _TEB.

Signed-off-by: Andrey Gusev <andrey.goosev@gmail.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
Andrey Gusev 2016-05-24 12:05:33 +03:00 committed by Alexandre Julliard
parent c09b560c11
commit 8bf36bda9a

View file

@ -340,7 +340,7 @@ typedef struct _TEB
ULONG GdiClientTID; /* 6f8/086c */
PVOID GdiThreadLocaleInfo; /* 6fc/0870 */
ULONG UserReserved[5]; /* 700/0878 */
PVOID glDispachTable[280]; /* 714/0890 */
PVOID glDispatchTable[280]; /* 714/0890 */
PVOID glReserved1[26]; /* b74/1150 */
PVOID glReserved2; /* bdc/1220 */
PVOID glSectionInfo; /* be0/1228 */