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
0f515c8e
Commit
0f515c8e
authored
Sep 14, 2020
by
Alistair Leslie-Hughes
Committed by
Alexandre Julliard
Sep 14, 2020
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ws2_32: Map AI ALL_option in getaddrinfo().
Signed-off-by:
Alistair Leslie-Hughes
<
leslie_alistair@hotmail.com
>
Signed-off-by:
Alexandre Julliard
<
julliard@winehq.org
>
parent
9336ec8f
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
0 deletions
+3
-0
socket.c
dlls/ws2_32/socket.c
+1
-0
ws2tcpip.h
include/ws2tcpip.h
+2
-0
No files found.
dlls/ws2_32/socket.c
View file @
0f515c8e
...
...
@@ -826,6 +826,7 @@ static const int ws_aiflag_map[][2] =
#ifdef AI_V4MAPPED
MAP_OPTION
(
AI_V4MAPPED
),
#endif
MAP_OPTION
(
AI_ALL
),
MAP_OPTION
(
AI_ADDRCONFIG
),
};
...
...
include/ws2tcpip.h
View file @
0f515c8e
...
...
@@ -72,6 +72,7 @@ typedef ADDRINFOA ADDRINFO, *LPADDRINFO;
# define AI_CANONNAME 0x00000002
# define AI_NUMERICHOST 0x00000004
# define AI_NUMERICSERV 0x00000008
# define AI_ALL 0x00000100
# define AI_ADDRCONFIG 0x00000400
# define AI_V4MAPPED 0x00000800
# define AI_NON_AUTHORITATIVE 0x00004000
...
...
@@ -93,6 +94,7 @@ typedef ADDRINFOA ADDRINFO, *LPADDRINFO;
# define WS_AI_CANONNAME 0x00000002
# define WS_AI_NUMERICHOST 0x00000004
# define WS_AI_NUMERICSERV 0x00000008
# define WS_AI_ALL 0x00000100
# define WS_AI_ADDRCONFIG 0x00000400
# define WS_AI_V4MAPPED 0x00000800
# define WS_AI_NON_AUTHORITATIVE 0x00004000
...
...
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