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
547b6cff
Commit
547b6cff
authored
Oct 13, 2015
by
Jacek Caban
Committed by
Alexandre Julliard
Oct 14, 2015
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ws2tcpip.h: Added GetAddrInfoEx declaration.
Signed-off-by:
Jacek Caban
<
jacek@codeweavers.com
>
Signed-off-by:
Alexandre Julliard
<
julliard@winehq.org
>
parent
59d12328
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
0 deletions
+7
-0
ws2tcpip.h
include/ws2tcpip.h
+7
-0
No files found.
include/ws2tcpip.h
View file @
547b6cff
...
...
@@ -161,6 +161,8 @@ static inline WCHAR *gai_strerrorW(int errcode)
# define gai_strerror WINELIB_NAME_AW(gai_strerror)
#endif
typedef
void
(
CALLBACK
*
LPLOOKUPSERVICE_COMPLETION_ROUTINE
)(
DWORD
,
DWORD
,
WSAOVERLAPPED
*
);
void
WINAPI
WS
(
freeaddrinfo
)(
LPADDRINFO
);
#define FreeAddrInfoA WS(freeaddrinfo)
void
WINAPI
FreeAddrInfoW
(
PADDRINFOW
);
...
...
@@ -169,6 +171,11 @@ int WINAPI WS(getaddrinfo)(const char*,const char*,const struct WS(addrinfo)*,s
#define GetAddrInfoA WS(getaddrinfo)
int
WINAPI
GetAddrInfoW
(
PCWSTR
,
PCWSTR
,
const
ADDRINFOW
*
,
PADDRINFOW
*
);
#define GetAddrInfo WINELIB_NAME_AW(GetAddrInfo)
int
WINAPI
GetAddrInfoExA
(
const
char
*
,
const
char
*
,
DWORD
,
GUID
*
,
const
ADDRINFOEXA
*
,
ADDRINFOEXA
**
,
struct
timeval
*
,
OVERLAPPED
*
,
LPLOOKUPSERVICE_COMPLETION_ROUTINE
,
HANDLE
*
);
int
WINAPI
GetAddrInfoExW
(
const
WCHAR
*
,
const
WCHAR
*
,
DWORD
,
GUID
*
,
const
ADDRINFOEXW
*
,
ADDRINFOEXW
**
,
struct
timeval
*
,
OVERLAPPED
*
,
LPLOOKUPSERVICE_COMPLETION_ROUTINE
,
HANDLE
*
);
#define GetAddrInfoEx WINELIB_NAME_AW(GetAddrInfoExW)
int
WINAPI
WS
(
getnameinfo
)(
const
SOCKADDR
*
,
WS
(
socklen_t
),
PCHAR
,
DWORD
,
PCHAR
,
DWORD
,
INT
);
#define GetNameInfoA WS(getnameinfo)
INT
WINAPI
GetNameInfoW
(
const
SOCKADDR
*
,
WS
(
socklen_t
),
PWCHAR
,
DWORD
,
PWCHAR
,
DWORD
,
INT
);
...
...
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