change proto Modified: branches/win32k rewrite attempt/inc_w32k/ntuser.h _____
Modified: branches/win32k rewrite attempt/inc_w32k/ntuser.h --- branches/win32k rewrite attempt/inc_w32k/ntuser.h 2005-08-14 22:27:15 UTC (rev 17390) +++ branches/win32k rewrite attempt/inc_w32k/ntuser.h 2005-08-15 01:16:58 UTC (rev 17391) @@ -46,12 +46,12 @@
DWORD Unknown1, DWORD Unknown2);
-DWORD +BOOLEAN STDCALL NtUserAttachThreadInput( - DWORD Unknown0, - DWORD Unknown1, - DWORD Unknown2); + DWORD tidFrom, + DWORD tidTo, + BOOLEAN attach);
HDC STDCALL NtUserBeginPaint(HWND hWnd, PAINTSTRUCT* lPs);