Added prototypes for new InternetCheckConnection*.
This commit is contained in:
parent
2ddd5ce5df
commit
7466d9bf20
|
@ -1393,9 +1393,12 @@ typedef DWORD CALLBACK (*PFN_DIAL_HANDLER) (HWND,LPCSTR,DWORD,LPDWORD);
|
||||||
INTERNETAPI BOOL WINAPI InternetSetDialStateA(LPCSTR ,DWORD ,DWORD);
|
INTERNETAPI BOOL WINAPI InternetSetDialStateA(LPCSTR ,DWORD ,DWORD);
|
||||||
INTERNETAPI BOOL WINAPI InternetSetDialStateW(LPCWSTR ,DWORD ,DWORD);
|
INTERNETAPI BOOL WINAPI InternetSetDialStateW(LPCWSTR ,DWORD ,DWORD);
|
||||||
#define InternetSetDialState WINELIB_NAME_AW(InternetSetDialState)
|
#define InternetSetDialState WINELIB_NAME_AW(InternetSetDialState)
|
||||||
|
|
||||||
#define INTERNET_DIALSTATE_DISCONNECTED 1
|
#define INTERNET_DIALSTATE_DISCONNECTED 1
|
||||||
|
|
||||||
|
BOOLAPI InternetCheckConnectionA(LPCSTR lpszUrl,DWORD dwFlags,DWORD dwReserved);
|
||||||
|
BOOLAPI InternetCheckConnectionW(LPCWSTR lpszUrl,DWORD dwFlags,DWORD dwReserved);
|
||||||
|
#define InternetCheckConnection WINELIB_NAME_AW(InternetCheckConnection)
|
||||||
|
|
||||||
#if defined(__cplusplus)
|
#if defined(__cplusplus)
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Reference in New Issue