[PATCH] more debugoutput

Marcus Meissner marcus at jet.franken.de
Mon Sep 18 10:56:02 CDT 2006


Hi,

Gives more debug output in AcceptEx().

Ciao, Marcus
---

 dlls/mswsock/mswsock.c |    6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)

074742f0a69aa717c6d8ba1f973c09cb6e60bccb
diff --git a/dlls/mswsock/mswsock.c b/dlls/mswsock/mswsock.c
index ceb0d19..fbd4a8c 100644
--- a/dlls/mswsock/mswsock.c
+++ b/dlls/mswsock/mswsock.c
@@ -61,8 +61,10 @@ BOOL WINAPI AcceptEx(
                                       overlapped (asynchronous) I/O 
                                       operation */
 {
-    FIXME("not implemented\n");
-  
+    FIXME("(listen=%d, accept=%d, %p, %d, %d, %d, %p, %p), not implemented\n",
+	sListenSocket,sAcceptSocket,lpOutputBuffer,dwReceiveDataLength,
+	dwLocalAddressLength,dwRemoteAddressLength,lpdwBytesReceived,lpOverlapped
+    );
     return FALSE;
 }
 
-- 
1.2.4



More information about the wine-patches mailing list