Module: wine Branch: master Commit: 5c009c17b3a212c3f5b0034c465077c0c593daae URL: https://source.winehq.org/git/wine.git/?a=commit;h=5c009c17b3a212c3f5b0034c4...
Author: Zebediah Figura z.figura12@gmail.com Date: Tue Jun 15 23:13:32 2021 -0500
ws2_32: Reimplement bind() and getsockname() on top of IOCTL_AFD_BIND and IOCTL_AFD_GETSOCKNAME respectively.
Signed-off-by: Zebediah Figura z.figura12@gmail.com Signed-off-by: Alexandre Julliard julliard@winehq.org
---
dlls/ws2_32/socket.c | 344 ++++++------------------------------------- dlls/ws2_32/tests/afd.c | 8 +- dlls/ws2_32/tests/sock.c | 2 +- dlls/ws2_32/ws2_32_private.h | 4 - 4 files changed, 54 insertions(+), 304 deletions(-)
Diff: https://source.winehq.org/git/wine.git/?a=commitdiff;h=5c009c17b3a212c3f5b00...