Zebediah Figura : ws2_32: Move getaddrinfo() support to a new Unix library.
Module: wine Branch: master Commit: e58405000c6037d9d281ec06a87bf72c5fc79866 URL: https://source.winehq.org/git/wine.git/?a=commit;h=e58405000c6037d9d281ec06a... Author: Zebediah Figura <zfigura(a)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(a)codeweavers.com> Signed-off-by: Alexandre Julliard <julliard(a)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=e58405000c6037d9d281e...
participants (1)
-
Alexandre Julliard