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
7e7f46f4
Commit
7e7f46f4
authored
Oct 18, 2016
by
Jacek Caban
Committed by
Alexandre Julliard
Oct 18, 2016
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ws2_32: Added FreeAddrInfoExW stub.
Signed-off-by:
Jacek Caban
<
jacek@codeweavers.com
>
Signed-off-by:
Alexandre Julliard
<
julliard@winehq.org
>
parent
6d8eb8ba
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
0 deletions
+9
-0
socket.c
dlls/ws2_32/socket.c
+8
-0
ws2_32.spec
dlls/ws2_32/ws2_32.spec
+1
-0
No files found.
dlls/ws2_32/socket.c
View file @
7e7f46f4
...
...
@@ -6810,6 +6810,14 @@ void WINAPI FreeAddrInfoW(PADDRINFOW ai)
}
}
/***********************************************************************
* FreeAddrInfoExW (WS2_32.@)
*/
void
WINAPI
FreeAddrInfoExW
(
ADDRINFOEXW
*
ai
)
{
FIXME
(
"%p
\n
"
,
ai
);
}
int
WINAPI
WS_getnameinfo
(
const
SOCKADDR
*
sa
,
WS_socklen_t
salen
,
PCHAR
host
,
DWORD
hostlen
,
PCHAR
serv
,
DWORD
servlen
,
INT
flags
)
{
...
...
dlls/ws2_32/ws2_32.spec
View file @
7e7f46f4
...
...
@@ -50,6 +50,7 @@
500 stub WEP
@ stdcall FreeAddrInfoExW(ptr)
@ stdcall FreeAddrInfoW(ptr)
@ stdcall GetAddrInfoExW(wstr wstr long ptr ptr ptr ptr ptr ptr ptr)
@ stdcall GetAddrInfoW(wstr wstr ptr ptr)
...
...
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