include: Use proper dllimports for more wininet functions.
This commit is contained in:
parent
b06a1ec196
commit
9da663b480
1 changed files with 4 additions and 4 deletions
|
@ -1742,8 +1742,8 @@ INTERNETAPI BOOL WINAPI InternetSetDialStateW(LPCWSTR ,DWORD ,DWORD);
|
|||
#define InternetSetDialState WINELIB_NAME_AW(InternetSetDialState)
|
||||
#define INTERNET_DIALSTATE_DISCONNECTED 1
|
||||
|
||||
BOOL WINAPI InternetGetConnectedStateExA(LPDWORD, LPSTR, DWORD, DWORD);
|
||||
BOOL WINAPI InternetGetConnectedStateExW(LPDWORD, LPWSTR, DWORD, DWORD);
|
||||
INTERNETAPI BOOL WINAPI InternetGetConnectedStateExA(LPDWORD, LPSTR, DWORD, DWORD);
|
||||
INTERNETAPI BOOL WINAPI InternetGetConnectedStateExW(LPDWORD, LPWSTR, DWORD, DWORD);
|
||||
#define InternetGetConnectedStateEx WINELIB_NAME_AW(InternetGetConnectedStateEx)
|
||||
|
||||
typedef struct AutoProxyHelperVtbl
|
||||
|
@ -1779,8 +1779,8 @@ typedef BOOL (CALLBACK *pfnInternetInitializeAutoProxyDll)(DWORD, LPSTR, LPSTR,
|
|||
#define PROXY_AUTO_DETECT_TYPE_DHCP 1
|
||||
#define PROXY_AUTO_DETECT_TYPE_DNS_A 2
|
||||
|
||||
BOOL WINAPI InternetInitializeAutoProxyDll(DWORD);
|
||||
BOOL WINAPI DetectAutoProxyUrl(LPSTR, DWORD, DWORD);
|
||||
INTERNETAPI BOOL WINAPI InternetInitializeAutoProxyDll(DWORD);
|
||||
INTERNETAPI BOOL WINAPI DetectAutoProxyUrl(LPSTR, DWORD, DWORD);
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue