From f3b681a2ad9501ced154db179a90437b08dcf940 Mon Sep 17 00:00:00 2001 From: "Dimitrie O. Paun" Date: Mon, 28 Jun 2004 20:28:38 +0000 Subject: [PATCH] Fix the function names in some of the comments. --- dlls/wininet/http.c | 4 ++-- dlls/wininet/internet.c | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/dlls/wininet/http.c b/dlls/wininet/http.c index 35f66975f51..f5425774623 100644 --- a/dlls/wininet/http.c +++ b/dlls/wininet/http.c @@ -1156,7 +1156,7 @@ BOOL WINAPI HttpSendRequestExA(HINTERNET hRequest, } /*********************************************************************** - * HttpSendRequestA (WININET.@) + * HttpSendRequestW (WININET.@) * * Sends the specified request to the HTTP server * @@ -1227,7 +1227,7 @@ BOOL WINAPI HttpSendRequestW(HINTERNET hHttpRequest, LPCWSTR lpszHeaders, } /*********************************************************************** - * HttpSendRequestW (WININET.@) + * HttpSendRequestA (WININET.@) * * Sends the specified request to the HTTP server * diff --git a/dlls/wininet/internet.c b/dlls/wininet/internet.c index f81348e5ded..e4e77e361da 100644 --- a/dlls/wininet/internet.c +++ b/dlls/wininet/internet.c @@ -394,7 +394,7 @@ static BOOL INTERNET_ConfigureProxyFromReg( LPWININETAPPINFOW lpwai ) } /*********************************************************************** - * InternetOpenA (WININET.@) + * InternetOpenW (WININET.@) * * Per-application initialization of wininet * @@ -506,7 +506,7 @@ HINTERNET WINAPI InternetOpenW(LPCWSTR lpszAgent, DWORD dwAccessType, /*********************************************************************** - * InternetOpenW (WININET.@) + * InternetOpenA (WININET.@) * * Per-application initialization of wininet * @@ -638,7 +638,7 @@ BOOL WINAPI InternetGetConnectedStateExW(LPDWORD lpdwStatus, LPWSTR lpszConnecti } /*********************************************************************** - * InternetConnectA (WININET.@) + * InternetConnectW (WININET.@) * * Open a ftp, gopher or http session *