Module: wine Branch: master Commit: d327527cec22c1123781e6c5a637032a31698b91 URL: https://source.winehq.org/git/wine.git/?a=commit;h=d327527cec22c1123781e6c5a...
Author: Alexandre Julliard julliard@winehq.org Date: Wed Aug 11 20:40:23 2021 +0200
ws2_32: Convert the Unix library to the __wine_unix_call interface.
Signed-off-by: Alexandre Julliard julliard@winehq.org
---
dlls/ws2_32/Makefile.in | 2 +- dlls/ws2_32/protocol.c | 68 ++++++++++++++++++++------------------- dlls/ws2_32/socket.c | 5 ++- dlls/ws2_32/unixlib.c | 76 ++++++++++++++++++++++---------------------- dlls/ws2_32/ws2_32_private.h | 60 ++++++++++++++++++++++++++++------ 5 files changed, 127 insertions(+), 84 deletions(-)
Diff: https://source.winehq.org/git/wine.git/?a=commitdiff;h=d327527cec22c1123781e...