Andrey Gusev : include: Fix a typo in typedef struct _TEB.
Module: wine Branch: master Commit: 8bf36bda9af522244b4d76e568259d0580e70491 URL: http://source.winehq.org/git/wine.git/?a=commit;h=8bf36bda9af522244b4d76e568... Author: Andrey Gusev <andrey.goosev(a)gmail.com> Date: Tue May 24 12:05:33 2016 +0300 include: Fix a typo in typedef struct _TEB. Signed-off-by: Andrey Gusev <andrey.goosev(a)gmail.com> Signed-off-by: Alexandre Julliard <julliard(a)winehq.org> --- include/winternl.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/winternl.h b/include/winternl.h index 0489395..f35091c 100644 --- a/include/winternl.h +++ b/include/winternl.h @@ -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 */
participants (1)
-
Alexandre Julliard