Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-winehq
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wine
wine-winehq
Commits
056d2a44
Commit
056d2a44
authored
Jan 28, 2003
by
Andreas Mohr
Committed by
Alexandre Julliard
Jan 28, 2003
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
"InternetAutoDial" should be "InternetAutodial".
parent
6758f027
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
6 additions
and
6 deletions
+6
-6
internet.c
dlls/wininet/internet.c
+4
-4
wininet.spec
dlls/wininet/wininet.spec
+1
-1
wininet.h
include/wininet.h
+1
-1
No files found.
dlls/wininet/internet.c
View file @
056d2a44
...
...
@@ -2271,7 +2271,7 @@ BOOL WINAPI InternetUnlockRequestFile( HANDLE hLockHandle)
/***********************************************************************
* InternetAuto
D
ial
* InternetAuto
d
ial
*
* 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
InternetAuto
D
ial
(
DWORD
dwFlags
,
HWND
hwndParent
)
BOOL
WINAPI
InternetAuto
d
ial
(
DWORD
dwFlags
,
HWND
hwndParent
)
{
FIXME
(
"STUB
\n
"
);
...
...
@@ -2291,9 +2291,9 @@ BOOL WINAPI InternetAutoDial(DWORD dwFlags, HWND hwndParent)
}
/***********************************************************************
* InternetAuto
D
ialHangup
* InternetAuto
d
ialHangup
*
* Hangs up an connection made with InternetAuto
D
ial
* Hangs up an connection made with InternetAuto
d
ial
*
* PARAM
* dwReserved
...
...
dlls/wininet/wininet.spec
View file @
056d2a44
...
...
@@ -81,7 +81,7 @@
@ stdcall HttpSendRequestW(ptr wstr long ptr long) HttpSendRequestW
@ stub IncrementUrlCacheHeaderData
@ stdcall InternetAttemptConnect(long) InternetAttemptConnect
@ stdcall InternetAutodial(long ptr) InternetAuto
D
ial
@ stdcall InternetAutodial(long ptr) InternetAuto
d
ial
@ stub InternetAutodialCallback
@ stdcall InternetAutodialHangup(long) InternetAutodialHangup
@ stdcall InternetCanonicalizeUrlA(str str ptr long) InternetCanonicalizeUrlA
...
...
include/wininet.h
View file @
056d2a44
...
...
@@ -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
,
DWOR
D
);
INTERNETAPI
BOOL
WINAPI
InternetAutodial
(
DWORD
,
HWN
D
);
#define INTERNET_AUTODIAL_FORCE_ONLINE 1
#define INTERNET_AUTODIAL_FORCE_UNATTENDED 2
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment