Commit 8bf36bda authored by Andrey Gusev's avatar Andrey Gusev Committed by Alexandre Julliard

include: Fix a typo in typedef struct _TEB.

parent c09b560c
......@@ -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 */
......
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