[PATCH 1/5] ws2_32: Add stub for TransmitFile.

Erich E. Hoover erich.e.hoover at wine-staging.com
Sat Oct 3 15:37:34 CDT 2015


This patch series is for fixing Bug #5048 (implementing TransmitFile).
We have been mulling over several different solutions to implementing
this in staging and finally have a version we are happy with.  This
solution re-uses the existing register_async infrastructure for
asynchronous socket operations, making it relatively easy to process
large TransmitFile operations in the background.  A great deal of
thanks go to Sebastian Lackner for reviewing this patchset many, many,
... many times.

This particular patch just adds the TransmitFile stub function so that
SIO_GET_EXTENSION_FUNCTION_POINTER has something to return to the
calling application.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0001-ws2_32-Add-stub-for-TransmitFile.patch
Type: text/x-diff
Size: 1836 bytes
Desc: not available
URL: <http://www.winehq.org/pipermail/wine-patches/attachments/20151003/3e5ff237/attachment.patch>


More information about the wine-patches mailing list