From dc8202841b1d8dc6fdd88cd38760ae90b0a8ecab Mon Sep 17 00:00:00 2001 From: Colin Finck Date: Thu, 15 Nov 2007 22:05:15 +0000 Subject: [PATCH] Attempt to fix the build... svn path=/trunk/; revision=30476 --- reactos/include/reactos/win32k/ntuser.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reactos/include/reactos/win32k/ntuser.h b/reactos/include/reactos/win32k/ntuser.h index 26ceb1616d0..bd3b41e0b8c 100644 --- a/reactos/include/reactos/win32k/ntuser.h +++ b/reactos/include/reactos/win32k/ntuser.h @@ -113,7 +113,7 @@ typedef struct _W32CLIENTINFO HWND hWND; // Well be replaced with CALLBACKWND. PVOID pvWND; // " " DWORD dwHookCurrent; - ULONG Win32ClientInfo1 + ULONG Win32ClientInfo1; PVOID pClientThreadInfo; DWORD dwHookData; ULONG Win32ClientInfo2[8];