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
22fca3a1
Commit
22fca3a1
authored
Oct 28, 2015
by
Jacek Caban
Committed by
Alexandre Julliard
Oct 29, 2015
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ws2def.h: Fixed ADDRINFOEX declaration.
Signed-off-by:
Jacek Caban
<
jacek@codeweavers.com
>
Signed-off-by:
Alexandre Julliard
<
julliard@winehq.org
>
parent
9d452e2c
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
6 deletions
+6
-6
ws2def.h
include/ws2def.h
+6
-6
No files found.
include/ws2def.h
View file @
22fca3a1
...
...
@@ -115,11 +115,11 @@ typedef struct addrinfoexA {
int
ai_family
;
int
ai_socktype
;
int
ai_protocol
;
size_t
ai_addrlen
;
SIZE_T
ai_addrlen
;
char
*
ai_canonname
;
struct
sockaddr
*
ai_addr
;
struct
WS
(
sockaddr
)
*
ai_addr
;
void
*
ai_blob
;
size_t
ai_bloblen
;
SIZE_T
ai_bloblen
;
GUID
*
ai_provider
;
struct
addrinfoexA
*
ai_next
;
}
ADDRINFOEXA
,
*
PADDRINFOEXA
,
*
LPADDRINFOEXA
;
...
...
@@ -129,11 +129,11 @@ typedef struct addrinfoexW {
int
ai_family
;
int
ai_socktype
;
int
ai_protocol
;
size_t
ai_addrlen
;
SIZE_T
ai_addrlen
;
WCHAR
*
ai_canonname
;
struct
sockaddr
*
ai_addr
;
struct
WS
(
sockaddr
)
*
ai_addr
;
void
*
ai_blob
;
size_t
ai_bloblen
;
SIZE_T
ai_bloblen
;
GUID
*
ai_provider
;
struct
addrinfoexW
*
ai_next
;
}
ADDRINFOEXW
,
*
PADDRINFOEXW
,
*
LPADDRINFOEXW
;
...
...
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