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
e25853c5
Commit
e25853c5
authored
Dec 11, 2013
by
Dmitry Timoshkov
Committed by
Alexandre Julliard
Dec 26, 2013
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ws2_32: Add translation for AI_V4MAPPED.
parent
83a1789c
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 @
e25853c5
...
...
@@ -510,6 +510,7 @@ static const int ws_aiflag_map[][2] =
MAP_OPTION
(
AI_PASSIVE
),
MAP_OPTION
(
AI_CANONNAME
),
MAP_OPTION
(
AI_NUMERICHOST
),
MAP_OPTION
(
AI_V4MAPPED
),
MAP_OPTION
(
AI_ADDRCONFIG
),
};
...
...
include/ws2tcpip.h
View file @
e25853c5
...
...
@@ -64,6 +64,7 @@ typedef ADDRINFOA ADDRINFO, *LPADDRINFO;
# define AI_CANONNAME 0x00000002
# define AI_NUMERICHOST 0x00000004
# define AI_ADDRCONFIG 0x00000400
# define AI_V4MAPPED 0x00000800
# define AI_NON_AUTHORITATIVE 0x00004000
# define AI_SECURE 0x00008000
# define AI_RETURN_PREFERRED_NAMES 0x00010000
...
...
@@ -82,6 +83,7 @@ typedef ADDRINFOA ADDRINFO, *LPADDRINFO;
# define WS_AI_CANONNAME 0x00000002
# define WS_AI_NUMERICHOST 0x00000004
# define WS_AI_ADDRCONFIG 0x00000400
# define WS_AI_V4MAPPED 0x00000800
# define WS_AI_NON_AUTHORITATIVE 0x00004000
# define WS_AI_SECURE 0x00008000
# define WS_AI_RETURN_PREFERRED_NAMES 0x00010000
...
...
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