From f9b6d7bb273de4e0d38be63c7a342f33cff632d5 Mon Sep 17 00:00:00 2001 From: Huw D M Davies Date: Sat, 28 Oct 2000 00:30:23 +0000 Subject: [PATCH] Stub for HttpSendRequestExA. --- dlls/wininet/Makefile.in | 2 +- dlls/wininet/http.c | 17 +++++++++++++++++ dlls/wininet/wininet.spec | 2 +- 3 files changed, 19 insertions(+), 2 deletions(-) diff --git a/dlls/wininet/Makefile.in b/dlls/wininet/Makefile.in index 4b56a259183..8832c27d49e 100644 --- a/dlls/wininet/Makefile.in +++ b/dlls/wininet/Makefile.in @@ -7,9 +7,9 @@ SOVERSION = 1.0 IMPORTS = user32 kernel32 C_SRCS = \ + ftp.c \ http.c \ internet.c \ - ftp.c \ utility.c \ wininet_main.c diff --git a/dlls/wininet/http.c b/dlls/wininet/http.c index e2c2e593d0e..626df957e0f 100644 --- a/dlls/wininet/http.c +++ b/dlls/wininet/http.c @@ -456,6 +456,23 @@ lend: return bSuccess; } + +/*********************************************************************** + * HttpSendRequestExA (WININET) + * + * Sends the specified request to the HTTP server and allows chunked + * transfers + */ +BOOL WINAPI HttpSendRequestExA(HINTERNET hRequest, + LPINTERNET_BUFFERSA lpBuffersIn, + LPINTERNET_BUFFERSA lpBuffersOut, + DWORD dwFlags, DWORD dwContext) +{ + FIXME("(%p, %p, %p, %08lx, %08lx): stub\n", hRequest, lpBuffersIn, + lpBuffersOut, dwFlags, dwContext); + return FALSE; +} + /*********************************************************************** * HttpSendRequestA (WININET.76) * diff --git a/dlls/wininet/wininet.spec b/dlls/wininet/wininet.spec index c726ddaf577..064620b2358 100644 --- a/dlls/wininet/wininet.spec +++ b/dlls/wininet/wininet.spec @@ -81,7 +81,7 @@ import kernel32.dll @ stdcall HttpQueryInfoA(ptr long ptr ptr ptr) HttpQueryInfoA @ stub HttpQueryInfoW @ stdcall HttpSendRequestA(ptr str long ptr long) HttpSendRequestA -@ stub HttpSendRequestExA +@ stdcall HttpSendRequestExA(long ptr ptr long long) HttpSendRequestExA @ stub HttpSendRequestExW @ stub HttpSendRequestW @ stub IncrementUrlCacheHeaderData