"InternetAutoDial" should be "InternetAutodial".

oldstable
Andreas Mohr 2003-01-28 00:17:15 +00:00 committed by Alexandre Julliard
parent 6758f027fa
commit 056d2a4421
3 changed files with 6 additions and 6 deletions

View File

@ -2271,7 +2271,7 @@ BOOL WINAPI InternetUnlockRequestFile( HANDLE hLockHandle)
/***********************************************************************
* InternetAutoDial
* InternetAutodial
*
* On windows this function is supposed to dial the default internet
* connection. We don't want to have Wine dial out to the internet so
@ -2282,7 +2282,7 @@ BOOL WINAPI InternetUnlockRequestFile( HANDLE hLockHandle)
* FALSE on failure
*
*/
BOOL WINAPI InternetAutoDial(DWORD dwFlags, HWND hwndParent)
BOOL WINAPI InternetAutodial(DWORD dwFlags, HWND hwndParent)
{
FIXME("STUB\n");
@ -2291,9 +2291,9 @@ BOOL WINAPI InternetAutoDial(DWORD dwFlags, HWND hwndParent)
}
/***********************************************************************
* InternetAutoDialHangup
* InternetAutodialHangup
*
* Hangs up an connection made with InternetAutoDial
* Hangs up an connection made with InternetAutodial
*
* PARAM
* dwReserved

View File

@ -81,7 +81,7 @@
@ stdcall HttpSendRequestW(ptr wstr long ptr long) HttpSendRequestW
@ stub IncrementUrlCacheHeaderData
@ stdcall InternetAttemptConnect(long) InternetAttemptConnect
@ stdcall InternetAutodial(long ptr) InternetAutoDial
@ stdcall InternetAutodial(long ptr) InternetAutodial
@ stub InternetAutodialCallback
@ stdcall InternetAutodialHangup(long) InternetAutodialHangup
@ stdcall InternetCanonicalizeUrlA(str str ptr long) InternetCanonicalizeUrlA

View File

@ -1416,7 +1416,7 @@ INTERNETAPI DWORD WINAPI InternetHangUp(DWORD ,DWORD);
INTERNETAPI BOOL WINAPI InternetGoOnlineA(LPSTR ,HWND ,DWORD);
INTERNETAPI BOOL WINAPI InternetGoOnlineW(LPWSTR ,HWND ,DWORD);
#define InternetGoOnline WINELIB_NAME_AW(InternetGoOnline)
INTERNETAPI BOOL WINAPI InternetAutodial(DWORD ,DWORD);
INTERNETAPI BOOL WINAPI InternetAutodial(DWORD,HWND);
#define INTERNET_AUTODIAL_FORCE_ONLINE 1
#define INTERNET_AUTODIAL_FORCE_UNATTENDED 2