[PATCH 3/3] ws2_32: Add asynchronous support for TransmitFile (try 2).

Erich E. Hoover erich.e.hoover at wine-staging.com
Thu Oct 15 23:22:20 CDT 2015


This patch adds asynchronous/overlapped support for TransmitFile.
Since the earlier patches have been carefully crafted to work off of
NTSTATUS values, this patch just adds the necessary infrastructure for
using the register_async functionality to spawn a TransmitFile
operation.

This version has been updated to use pread with an offset instead of
changing the file pointer when starting the transfer.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0003-ws2_32-Add-asynchronous-support-for-TransmitFile.patch
Type: application/x-download
Size: 14124 bytes
Desc: not available
URL: <http://www.winehq.org/pipermail/wine-patches/attachments/20151015/0438d5e8/attachment-0001.bin>


More information about the wine-patches mailing list