wininet: HttpSendRequestExA is not a stub.

Dan Hipschman dsh at linux.ucla.edu
Thu Mar 27 15:51:13 CDT 2008


---
 dlls/wininet/http.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/dlls/wininet/http.c b/dlls/wininet/http.c
index 016a8f0..fc458d4 100644
--- a/dlls/wininet/http.c
+++ b/dlls/wininet/http.c
@@ -2588,7 +2588,7 @@ BOOL WINAPI HttpSendRequestExA(HINTERNET hRequest,
     DWORD headerlen;
     LPWSTR header = NULL;
 
-    TRACE("(%p, %p, %p, %08x, %08lx): stub\n", hRequest, lpBuffersIn,
+    TRACE("(%p, %p, %p, %08x, %08lx)\n", hRequest, lpBuffersIn,
 	    lpBuffersOut, dwFlags, dwContext);
 
     if (lpBuffersIn)



More information about the wine-patches mailing list