Hi all, it's not InternetAutoDial*, but InternetAutodial* in native wininet.dll, so we *really* should spell it the same way. This "bug" didn't affect any programs, though, since it's used internally only. Index: dlls/wininet/wininet.spec =================================================================== RCS file: /home/wine/wine/dlls/wininet/wininet.spec,v retrieving revision 1.30 diff -u -r1.30 wininet.spec --- dlls/wininet/wininet.spec 12 Dec 2002 02:16:54 -0000 1.30 +++ dlls/wininet/wininet.spec 25 Jan 2003 11:33:03 -0000 @@ -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 Index: dlls/wininet/internet.c =================================================================== RCS file: /home/wine/wine/dlls/wininet/internet.c,v retrieving revision 1.49 diff -u -r1.49 internet.c --- dlls/wininet/internet.c 2 Jan 2003 23:08:22 -0000 1.49 +++ dlls/wininet/internet.c 25 Jan 2003 11:33:05 -0000 @@ -2271,7 +2271,7 @@ /*********************************************************************** - * 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 @@ * FALSE on failure * */ -BOOL WINAPI InternetAutoDial(DWORD dwFlags, HWND hwndParent) +BOOL WINAPI InternetAutodial(DWORD dwFlags, HWND hwndParent) { FIXME("STUB\n"); @@ -2291,9 +2291,9 @@ } /*********************************************************************** - * InternetAutoDialHangup + * InternetAutodialHangup * - * Hangs up an connection made with InternetAutoDial + * Hangs up an connection made with InternetAutodial * * PARAM * dwReserved -- Andreas Mohr Stauferstr. 6, D-71272 Renningen, Germany