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
f17826bd
Commit
f17826bd
authored
Apr 16, 2015
by
Bruno Jesus
Committed by
Alexandre Julliard
Apr 16, 2015
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
include: Add a missing field to IP_ADAPTER_ADDRESSES_LH.
parent
c7b5a2f8
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
0 deletions
+6
-0
iptypes.h
include/iptypes.h
+6
-0
No files found.
include/iptypes.h
View file @
f17826bd
...
...
@@ -188,6 +188,11 @@ typedef struct _IP_ADAPTER_GATEWAY_ADDRESS_LH {
typedef
IP_ADAPTER_GATEWAY_ADDRESS_LH
IP_ADAPTER_GATEWAY_ADDRESS
;
typedef
IP_ADAPTER_GATEWAY_ADDRESS_LH
*
PIP_ADAPTER_GATEWAY_ADDRESS
;
typedef
struct
_IP_ADAPTER_DNS_SUFFIX
{
struct
_IP_ADAPTER_DNS_SUFFIX
*
Next
;
WCHAR
String
[
MAX_DNS_SUFFIX_STRING_LENGTH
];
}
IP_ADAPTER_DNS_SUFFIX
,
*
PIP_ADAPTER_DNS_SUFFIX
;
#define IP_ADAPTER_DDNS_ENABLED 0x1
#define IP_ADAPTER_REGISTER_ADAPTER_SUFFIX 0x2
#define IP_ADAPTER_DHCP_ENABLED 0x4
...
...
@@ -241,6 +246,7 @@ typedef struct _IP_ADAPTER_ADDRESSES_LH {
BYTE
Dhcpv6ClientDuid
[
MAX_DHCPV6_DUID_LENGTH
];
ULONG
Dhcpv6ClientDuidLength
;
ULONG
Dhcpv6Iaid
;
PIP_ADAPTER_DNS_SUFFIX
FirstDnsSuffix
;
}
IP_ADAPTER_ADDRESSES_LH
,
*
PIP_ADAPTER_ADDRESSES_LH
;
typedef
struct
_IP_ADAPTER_ADDRESSES_XP
{
...
...
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