wininet: INTERNET_InternetOpenUrlW is an internal helper.
This commit is contained in:
parent
e058e77fac
commit
8f75f51c3f
|
@ -83,9 +83,6 @@ typedef struct
|
||||||
CHAR response[MAX_REPLY_LEN];
|
CHAR response[MAX_REPLY_LEN];
|
||||||
} WITHREADERROR, *LPWITHREADERROR;
|
} WITHREADERROR, *LPWITHREADERROR;
|
||||||
|
|
||||||
HINTERNET WINAPI INTERNET_InternetOpenUrlW(LPWININETAPPINFOW hIC, LPCWSTR lpszUrl,
|
|
||||||
LPCWSTR lpszHeaders, DWORD dwHeadersLength, DWORD dwFlags, DWORD_PTR dwContext);
|
|
||||||
|
|
||||||
static DWORD g_dwTlsErrIndex = TLS_OUT_OF_INDEXES;
|
static DWORD g_dwTlsErrIndex = TLS_OUT_OF_INDEXES;
|
||||||
static HMODULE WININET_hModule;
|
static HMODULE WININET_hModule;
|
||||||
|
|
||||||
|
@ -2734,7 +2731,7 @@ BOOL WINAPI InternetCheckConnectionA(LPCSTR lpszUrl, DWORD dwFlags, DWORD dwRese
|
||||||
* RETURNS
|
* RETURNS
|
||||||
* handle of connection or NULL on failure
|
* handle of connection or NULL on failure
|
||||||
*/
|
*/
|
||||||
HINTERNET WINAPI INTERNET_InternetOpenUrlW(LPWININETAPPINFOW hIC, LPCWSTR lpszUrl,
|
static HINTERNET INTERNET_InternetOpenUrlW(LPWININETAPPINFOW hIC, LPCWSTR lpszUrl,
|
||||||
LPCWSTR lpszHeaders, DWORD dwHeadersLength, DWORD dwFlags, DWORD_PTR dwContext)
|
LPCWSTR lpszHeaders, DWORD dwHeadersLength, DWORD dwFlags, DWORD_PTR dwContext)
|
||||||
{
|
{
|
||||||
URL_COMPONENTSW urlComponents;
|
URL_COMPONENTSW urlComponents;
|
||||||
|
|
Loading…
Reference in New Issue