Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-cw
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-cw
Commits
59d12328
Commit
59d12328
authored
Oct 13, 2015
by
Jacek Caban
Committed by
Alexandre Julliard
Oct 14, 2015
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ws2def.h: Added ADDRINFOEX declaration.
Signed-off-by:
Jacek Caban
<
jacek@codeweavers.com
>
Signed-off-by:
Alexandre Julliard
<
julliard@winehq.org
>
parent
61ee6d25
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
28 additions
and
0 deletions
+28
-0
ws2def.h
include/ws2def.h
+28
-0
No files found.
include/ws2def.h
View file @
59d12328
...
...
@@ -110,4 +110,32 @@ typedef struct _WSAMSG {
(((unsigned char*)cmsg + WSA_CMSG_ALIGN(cmsg->cmsg_len)+WSA_CMSG_ALIGN(((WSACMSGHDR*)((unsigned char*)cmsg + WSA_CMSG_ALIGN(cmsg->cmsg_len)))->cmsg_len) > ((unsigned char*)(mhdr)->Control.buf + (mhdr)->Control.len)) ? NULL : \
(WSACMSGHDR*)((unsigned char*)cmsg + WSA_CMSG_ALIGN(cmsg->cmsg_len))))))
typedef
struct
addrinfoexA
{
int
ai_flags
;
int
ai_family
;
int
ai_socktype
;
int
ai_protocol
;
size_t
ai_addrlen
;
char
*
ai_canonname
;
struct
sockaddr
*
ai_addr
;
void
*
ai_blob
;
size_t
ai_bloblen
;
GUID
*
ai_provider
;
struct
addrinfoexA
*
ai_next
;
}
ADDRINFOEXA
,
*
PADDRINFOEXA
,
*
LPADDRINFOEXA
;
typedef
struct
addrinfoexW
{
int
ai_flags
;
int
ai_family
;
int
ai_socktype
;
int
ai_protocol
;
size_t
ai_addrlen
;
WCHAR
*
ai_canonname
;
struct
sockaddr
*
ai_addr
;
void
*
ai_blob
;
size_t
ai_bloblen
;
GUID
*
ai_provider
;
struct
addrinfoexW
*
ai_next
;
}
ADDRINFOEXW
,
*
PADDRINFOEXW
,
*
LPADDRINFOEXW
;
#endif
/* _WS2DEF_ */
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