Author: cgutman
Date: Tue Sep 16 22:23:44 2008
New Revision: 36277
URL:
http://svn.reactos.org/svn/reactos?rev=36277&view=rev
Log:
- Fix another build error
Modified:
branches/umode-network-branch/dll/win32/ws2_32/inc/ws2_32p.h
Modified: branches/umode-network-branch/dll/win32/ws2_32/inc/ws2_32p.h
URL:
http://svn.reactos.org/svn/reactos/branches/umode-network-branch/dll/win32/…
==============================================================================
--- branches/umode-network-branch/dll/win32/ws2_32/inc/ws2_32p.h [iso-8859-1] (original)
+++ branches/umode-network-branch/dll/win32/ws2_32/inc/ws2_32p.h [iso-8859-1] Tue Sep 16
22:23:44 2008
@@ -879,6 +879,13 @@
IN DWORD ServiceBufferSize,
IN INT Flags);
+BOOL
+WSPAPI
+WPUPostMessage(IN HWND hWnd,
+ IN UINT Msg,
+ IN WPARAM wParam,
+ IN LPARAM lParam);
+
FORCEINLINE
PWSPROCESS
WsGetProcess()