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
9da663b4
Commit
9da663b4
authored
Nov 03, 2023
by
Alexandre Julliard
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
include: Use proper dllimports for more wininet functions.
parent
b06a1ec1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
wininet.h
include/wininet.h
+4
-4
No files found.
include/wininet.h
View file @
9da663b4
...
@@ -1742,8 +1742,8 @@ INTERNETAPI BOOL WINAPI InternetSetDialStateW(LPCWSTR ,DWORD ,DWORD);
...
@@ -1742,8 +1742,8 @@ 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
BOOL
WINAPI
InternetGetConnectedStateExA
(
LPDWORD
,
LPSTR
,
DWORD
,
DWORD
);
INTERNETAPI
BOOL
WINAPI
InternetGetConnectedStateExA
(
LPDWORD
,
LPSTR
,
DWORD
,
DWORD
);
BOOL
WINAPI
InternetGetConnectedStateExW
(
LPDWORD
,
LPWSTR
,
DWORD
,
DWORD
);
INTERNETAPI
BOOL
WINAPI
InternetGetConnectedStateExW
(
LPDWORD
,
LPWSTR
,
DWORD
,
DWORD
);
#define InternetGetConnectedStateEx WINELIB_NAME_AW(InternetGetConnectedStateEx)
#define InternetGetConnectedStateEx WINELIB_NAME_AW(InternetGetConnectedStateEx)
typedef
struct
AutoProxyHelperVtbl
typedef
struct
AutoProxyHelperVtbl
...
@@ -1779,8 +1779,8 @@ typedef BOOL (CALLBACK *pfnInternetInitializeAutoProxyDll)(DWORD, LPSTR, LPSTR,
...
@@ -1779,8 +1779,8 @@ typedef BOOL (CALLBACK *pfnInternetInitializeAutoProxyDll)(DWORD, LPSTR, LPSTR,
#define PROXY_AUTO_DETECT_TYPE_DHCP 1
#define PROXY_AUTO_DETECT_TYPE_DHCP 1
#define PROXY_AUTO_DETECT_TYPE_DNS_A 2
#define PROXY_AUTO_DETECT_TYPE_DNS_A 2
BOOL
WINAPI
InternetInitializeAutoProxyDll
(
DWORD
);
INTERNETAPI
BOOL
WINAPI
InternetInitializeAutoProxyDll
(
DWORD
);
BOOL
WINAPI
DetectAutoProxyUrl
(
LPSTR
,
DWORD
,
DWORD
);
INTERNETAPI
BOOL
WINAPI
DetectAutoProxyUrl
(
LPSTR
,
DWORD
,
DWORD
);
#ifdef __cplusplus
#ifdef __cplusplus
}
}
...
...
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