Dan Hipschman : wininet: HttpSendRequestExA is not a stub.
Module: wine Branch: master Commit: aaecdf79bdb0fef0c04901dc03f4540ad62f3f11 URL: http://source.winehq.org/git/wine.git/?a=commit;h=aaecdf79bdb0fef0c04901dc03... Author: Dan Hipschman <dsh(a)linux.ucla.edu> Date: Thu Mar 27 13:51:13 2008 -0700 wininet: HttpSendRequestExA is not a stub. --- 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)
participants (1)
-
Alexandre Julliard