WSApSetPostRoutine stub

Andreas Mohr a.mohr at mailto.de
Sun Sep 30 10:44:52 CDT 2001


Hi all,

add stub for WSApSetPostRoutine.

-- 
Andreas Mohr                        Stauferstr. 6, D-71272 Renningen, Germany
-------------- next part --------------
Determining best CVS host...
Using CVSROOT :pserver:cvs at rhlx01.fht-esslingen.de:/home/wine
Index: dlls/winsock/async.c
===================================================================
RCS file: /home/wine/wine/dlls/winsock/async.c,v
retrieving revision 1.15
diff -u -r1.15 async.c
--- dlls/winsock/async.c	16 Aug 2001 18:12:56 -0000	1.15
+++ dlls/winsock/async.c	30 Sep 2001 15:42:22 -0000
@@ -690,3 +690,12 @@
 {
     return (HANDLE16)WSACancelAsyncRequest((HANDLE)hAsyncTaskHandle);
 }
+
+/***********************************************************************
+ *       WSApSetPostRoutine	(WS2_32.24)
+ */
+INT WINAPI WSApSetPostRoutine(LPVOID /* LPWPUPOSTMESSAGE */lpPostRoutine)
+{
+    FIXME("(%p), stub !\n", lpPostRoutine);
+    return 0;
+}
Index: dlls/winsock/ws2_32.spec
===================================================================
RCS file: /home/wine/wine/dlls/winsock/ws2_32.spec,v
retrieving revision 1.11
diff -u -r1.11 ws2_32.spec
--- dlls/winsock/ws2_32.spec	10 Jul 2001 19:09:59 -0000	1.11
+++ dlls/winsock/ws2_32.spec	30 Sep 2001 15:42:22 -0000
@@ -36,7 +36,7 @@
 21  stdcall  setsockopt(long long long ptr long) WSOCK32_setsockopt
 22  stdcall  shutdown(long long) WSOCK32_shutdown
 23  stdcall  socket(long long long) WSOCK32_socket
-24  stub     WSApSetPostRoutine
+24  stdcall  WSApSetPostRoutine(ptr) WSApSetPostRoutine
 25  stub     WPUCompleteOverlappedRequest
 26  stub     WSAAccept
 27  stub     WSAAddressToStringA


More information about the wine-patches mailing list