Zebediah Figura : ws2_32: Move getaddrinfo() and related functions to a separate file.

Alexandre Julliard julliard at winehq.org
Mon May 3 16:37:05 CDT 2021


Module: wine
Branch: master
Commit: e30b16d738d90d2e9da44ff8557396ad78042174
URL:    https://source.winehq.org/git/wine.git/?a=commit;h=e30b16d738d90d2e9da44ff8557396ad78042174

Author: Zebediah Figura <z.figura12 at gmail.com>
Date:   Fri Apr 30 19:09:58 2021 -0500

ws2_32: Move getaddrinfo() and related functions to a separate file.

Signed-off-by: Zebediah Figura <z.figura12 at gmail.com>
Signed-off-by: Alexandre Julliard <julliard at winehq.org>

---

 dlls/ws2_32/Makefile.in      |   1 +
 dlls/ws2_32/protocol.c       | 812 +++++++++++++++++++++++++++++++++++++++
 dlls/ws2_32/socket.c         | 890 +------------------------------------------
 dlls/ws2_32/ws2_32_private.h | 167 ++++++++
 4 files changed, 988 insertions(+), 882 deletions(-)

Diff:   https://source.winehq.org/git/wine.git/?a=commitdiff;h=e30b16d738d90d2e9da44ff8557396ad78042174



More information about the wine-cvs mailing list