[Bug 8776] Armed Assault: crashes into " Call to unimplemented function ReadFileScatter"

wine-bugs at winehq.org wine-bugs at winehq.org
Thu Nov 29 05:15:04 CST 2007


http://bugs.winehq.org/show_bug.cgi?id=8776





--- Comment #8 from Anastasius Focht <focht at 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


-- 
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.



More information about the wine-bugs mailing list