Commit in reactos/subsys/win32k/include on MAIN
msgqueue.h+1-41.29 -> 1.30
forgot this one, sorry

reactos/subsys/win32k/include
msgqueue.h 1.29 -> 1.30
diff -u -r1.29 -r1.30
--- msgqueue.h	11 Mar 2004 14:47:44 -0000	1.29
+++ msgqueue.h	11 Mar 2004 19:22:21 -0000	1.30
@@ -102,16 +102,13 @@
 MsqSendMessage(PUSER_MESSAGE_QUEUE MessageQueue,
 	       HWND Wnd, UINT Msg, WPARAM wParam, LPARAM lParam,
                UINT uTimeout, BOOL Block, ULONG_PTR *uResult);
-VOID FASTCALL
-MsqInitializeMessage(PUSER_MESSAGE Message,
-		     LPMSG Msg);
 PUSER_MESSAGE FASTCALL
 MsqCreateMessage(LPMSG Msg);
 VOID FASTCALL
 MsqDestroyMessage(PUSER_MESSAGE Message);
 VOID FASTCALL
 MsqPostMessage(PUSER_MESSAGE_QUEUE MessageQueue,
-	       PUSER_MESSAGE Message);
+	       MSG* Msg);
 VOID FASTCALL
 MsqPostQuitMessage(PUSER_MESSAGE_QUEUE MessageQueue, ULONG ExitCode);
 BOOLEAN STDCALL
CVSspam 0.2.8