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
7dd7109e
Commit
7dd7109e
authored
Aug 10, 2009
by
Juan Lang
Committed by
Alexandre Julliard
Aug 11, 2009
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
include: Add INTERNET_DIAGNOSTIC_SOCKET_INFO definitions.
parent
6ec60e26
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
13 additions
and
0 deletions
+13
-0
wininet.h
include/wininet.h
+13
-0
No files found.
include/wininet.h
View file @
7dd7109e
...
...
@@ -371,6 +371,19 @@ typedef struct _INTERNET_PER_CONN_OPTION_LISTW {
DECL_WINELIB_TYPE_AW
(
INTERNET_PER_CONN_OPTION_LIST
)
DECL_WINELIB_TYPE_AW
(
LPINTERNET_PER_CONN_OPTION_LIST
)
typedef
struct
_INTERNET_DIAGNOSTIC_SOCKET_INFO
{
DWORD_PTR
Socket
;
DWORD
SourcePort
;
DWORD
DestPort
;
DWORD
Flags
;
}
INTERNET_DIAGNOSTIC_SOCKET_INFO
,
*
LPINTERNET_DIAGNOSTIC_SOCKET_INFO
;
#define IDSI_FLAG_KEEP_ALIVE 0x00000001
#define IDSI_FLAG_SECURE 0x00000002
#define IDSI_FLAG_PROXY 0x00000004
#define IDSI_FLAG_TUNNEL 0x00000008
BOOLAPI
InternetTimeFromSystemTimeA
(
CONST
SYSTEMTIME
*
,
DWORD
,
LPSTR
,
DWORD
);
BOOLAPI
InternetTimeFromSystemTimeW
(
CONST
SYSTEMTIME
*
,
DWORD
,
LPWSTR
,
DWORD
);
#define InternetTimeFromSystemTime WINELIB_NAME_AW(InternetTimeFromSystemTime)
...
...
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