[PATCH 4/8] server: Pass APCs inside async_data_t.

Jacek Caban jacek at codeweavers.com
Thu Apr 6 10:58:31 CDT 2017


This also removes explicit blocking parameter from ioctl request. 
Otherwise, async_data_t would have to be moved to vararg for it. The 
plan is to remove blocking parameter from other requests as well. Since 
async object can determine it now, the next step will be removing 
explicit argument to fd ops as well.

Signed-off-by: Jacek Caban <jacek at codeweavers.com>
---
  dlls/ntdll/file.c    | 18 +++++++++---------
  dlls/ws2_32/socket.c | 15 ++++++++-------
  server/async.c       |  4 ++--
  server/fd.c          |  3 ++-
  server/protocol.def  |  4 ++--
  server/trace.c       |  3 ++-
  tools/make_requests  |  2 +-
  7 files changed, 26 insertions(+), 23 deletions(-)


-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0004-server-Pass-APCs-inside-async_data_t.diff
Type: text/x-patch
Size: 6562 bytes
Desc: not available
URL: <http://www.winehq.org/pipermail/wine-patches/attachments/20170406/16f291dc/attachment-0001.bin>


More information about the wine-patches mailing list