Fix the function names in some of the comments.
This commit is contained in:
parent
2113bd43f1
commit
f3b681a2ad
|
@ -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
|
||||
*
|
||||
|
|
|
@ -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
|
||||
*
|
||||
|
|
Loading…
Reference in New Issue