http://bugs.winehq.org/show_bug.cgi?id=8776
--- Comment #8 from Anastasius Focht focht@gmx.net 2007-11-29 05:15:03 --- Created an attachment (id=9397) --> (http://bugs.winehq.org/attachment.cgi?id=9397) patch which implements kernel32.ReadFileScatter
Hello,
you might try attached patch which implements kernel32.ReadFileScatter based off what I found in MSDN documentation. For easier handling, I made the call fully synchronous to external caller (all segments are read before returning).
True asynchronous operation "scattered reads" is a lot more complex but I think the synchronous handling should be sufficient for now, without introducing performance penalties.
Regards