[PATCH 1/2] ws2_32: Pass completion routing to NtDeviceIoControlFile in server_ioctl_sock only if caller provided completion routine.

Jacek Caban jacek at codeweavers.com
Wed Oct 12 10:11:34 CDT 2016


Otherwise we're always doing non-blocking calls, preventing server from
doing the right thing (and in actually doing the opposite in
WS_SIO_ADDRESS_LIST_CHANGE case).

Signed-off-by: Jacek Caban <jacek at codeweavers.com>
---
 dlls/ws2_32/socket.c     | 27 ++++++++++++++++++---------
 dlls/ws2_32/tests/sock.c |  2 --
 server/sock.c            |  2 +-
 3 files changed, 19 insertions(+), 12 deletions(-)


-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0001-ws2_32-Pass-completion-routing-to-NtDeviceIoControlFi.diff
Type: text/x-patch
Size: 3073 bytes
Desc: not available
URL: <http://www.winehq.org/pipermail/wine-patches/attachments/20161012/a14038e4/attachment-0001.bin>


More information about the wine-patches mailing list