Zebediah Figura : ws2_32: Move getaddrinfo() support to a new Unix library.

Alexandre Julliard julliard at winehq.org
Wed Aug 4 16:41:36 CDT 2021


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

Author: Zebediah Figura <zfigura at codeweavers.com>
Date:   Tue Aug  3 23:53:33 2021 -0500

ws2_32: Move getaddrinfo() support to a new Unix library.

Signed-off-by: Zebediah Figura <zfigura at codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard at winehq.org>

---

 dlls/ws2_32/Makefile.in      |   3 +-
 dlls/ws2_32/protocol.c       | 316 +++-------------------
 dlls/ws2_32/socket.c         | 150 +----------
 dlls/ws2_32/tests/protocol.c |   4 +-
 dlls/ws2_32/unixlib.c        | 618 +++++++++++++++++++++++++++++++++++++++++++
 dlls/ws2_32/ws2_32_private.h |  12 +-
 6 files changed, 673 insertions(+), 430 deletions(-)

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



More information about the wine-cvs mailing list