Zebediah Figura : ntdll: Implement IOCTL_AFD_RECV.

Alexandre Julliard julliard at winehq.org
Mon May 24 15:59:52 CDT 2021


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

Author: Zebediah Figura <z.figura12 at gmail.com>
Date:   Fri May 21 22:08:48 2021 -0500

ntdll: Implement IOCTL_AFD_RECV.

Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=50366
Signed-off-by: Zebediah Figura <z.figura12 at gmail.com>
Signed-off-by: Alexandre Julliard <julliard at winehq.org>

---

 dlls/ntdll/Makefile.in         |   1 +
 dlls/ntdll/unix/file.c         |   7 +-
 dlls/ntdll/unix/socket.c       | 313 +++++++++++++++++++++++++++++++++++++++++
 dlls/ntdll/unix/unix_private.h |   4 +
 include/wine/afd.h             |  17 +++
 include/wine/server_protocol.h |  22 ++-
 server/fd.c                    |   6 +
 server/file.h                  |   1 +
 server/protocol.def            |  11 ++
 server/request.h               |   9 ++
 server/sock.c                  |  83 ++++++++++-
 server/trace.c                 |  16 +++
 12 files changed, 481 insertions(+), 9 deletions(-)

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



More information about the wine-cvs mailing list