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
b092b903
Commit
b092b903
authored
Dec 08, 2008
by
Francois Gouget
Committed by
Alexandre Julliard
Dec 08, 2008
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ws2_32: Add the inet_ntop() and inet_pton() prototypes and their relatives.
parent
23063501
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
0 deletions
+8
-0
ws2tcpip.h
include/ws2tcpip.h
+8
-0
No files found.
include/ws2tcpip.h
View file @
b092b903
...
...
@@ -237,6 +237,14 @@ int WINAPI WS(getnameinfo)(const SOCKADDR*,WS(socklen_t),PCHAR,DWORD,PCHAR,DWOR
#define GetNameInfoA WS(getnameinfo)
INT
WINAPI
GetNameInfoW
(
const
SOCKADDR
*
,
WS
(
socklen_t
),
PWCHAR
,
DWORD
,
PWCHAR
,
DWORD
,
INT
);
#define GetNameInfo WINELIB_NAME_AW(GetNameInfo)
PCSTR
WINAPI
WS
(
inet_ntop
)(
INT
,
PVOID
,
PSTR
,
size_t
);
#define InetNtopA WS(inet_ntop)
PCWSTR
WINAPI
InetNtopW
(
INT
,
PVOID
,
PWSTR
,
size_t
);
#define InetNtop WINELIB_NAME_AW(InetNtop)
int
WINAPI
WS
(
inet_pton
)(
INT
,
PCSTR
,
PVOID
);
#define InetPtonA WS(inet_pton)
int
WINAPI
InetPtonW
(
INT
,
PCWSTR
,
PVOID
);
#define InetPton WINELIB_NAME_AW(InetPton)
/*
* Ws2tcpip Function Typedefs
...
...
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