[ros-diffs] [gdalsnes] 17391: change proto

gdalsnes at svn.reactos.com gdalsnes at svn.reactos.com
Mon Aug 15 03:17:01 CEST 2005


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);
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://www.reactos.org/pipermail/ros-diffs/attachments/20050815/2d2578c4/attachment.html


More information about the Ros-diffs mailing list