ws2_32: Reimplement inet_pton on top of ntdll functions.
commit41e9a8c5fbf95bceba5be06f825bf9ae59814f3a
authorAlex Henrie <alexhenrie24@gmail.com>
Tue, 19 May 2020 03:39:48 +0000 (18 21:39 -0600)
committerAlexandre Julliard <julliard@winehq.org>
Tue, 19 May 2020 09:20:48 +0000 (19 11:20 +0200)
treeb4dcda163c0f4cc271e1be36cb674da4bd8c515f
parentf21b25ae8e20090565a37826179c412da3ef75e8
ws2_32: Reimplement inet_pton on top of ntdll functions.

And add a test to show that inet_pton does not accept hexadecimal IPv4
addresses, and another test to demonstrate that it has the same leading
double colon bug as RtlIpv6StringToAddress.

Signed-off-by: Alex Henrie <alexhenrie24@gmail.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
configure
configure.ac
dlls/ws2_32/socket.c
dlls/ws2_32/tests/sock.c
include/config.h.in