Zebediah Figura : ntdll: Introduce IOCTL_AFD_WINE_SENDMSG.
Module: wine Branch: master Commit: 85a615f13697925a4cea2f311bb33501a785f2c3 URL: https://source.winehq.org/git/wine.git/?a=commit;h=85a615f13697925a4cea2f311... Author: Zebediah Figura <z.figura12(a)gmail.com> Date: Wed May 26 23:36:53 2021 -0500 ntdll: Introduce IOCTL_AFD_WINE_SENDMSG. Signed-off-by: Zebediah Figura <z.figura12(a)gmail.com> Signed-off-by: Alexandre Julliard <julliard(a)winehq.org> --- dlls/ntdll/unix/socket.c | 310 ++++++++++++++++++++++++++++++++++++++++- include/wine/afd.h | 11 ++ include/wine/server_protocol.h | 22 ++- server/protocol.def | 11 ++ server/request.h | 9 ++ server/sock.c | 92 +++++++++++- server/trace.c | 16 +++ 7 files changed, 456 insertions(+), 15 deletions(-) Diff: https://source.winehq.org/git/wine.git/?a=commitdiff;h=85a615f13697925a4cea2...
participants (1)
-
Alexandre Julliard