Fix the function names in some of the comments.

This commit is contained in:
Dimitrie O. Paun 2004-06-28 20:28:38 +00:00 committed by Alexandre Julliard
parent 2113bd43f1
commit f3b681a2ad
2 changed files with 5 additions and 5 deletions

View File

@ -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
*

View File

@ -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
*