Re: Anybody has a patch for implementing WriteFileGather Kernel32.dll

2008-02-28 Thread Marcus Meissner
On Thu, Feb 28, 2008 at 01:25:24PM -0500, Jared Lapsley wrote: > Is it worth while implementing this function using libaio? or is > there already a method for asynchronous i/o in wine? You can already do Asynch I/O I think (overlapped IO). Not sure how to implement above though. Ciao, Marcus

Re: Anybody has a patch for implementing WriteFileGather Kernel32.dll

2008-02-28 Thread Jared Lapsley
Is it worth while implementing this function using libaio? or is there already a method for asynchronous i/o in wine? Jared On Mon, Feb 25, 2008 at 2:26 PM, Michel Jacques <[EMAIL PROTECTED]> wrote: > > > Hello, > > I'm looking for an implementation of WriteFileGather in Kernel32.dll. > > Anybod

Anybody has a patch for implementing WriteFileGather Kernel32.dll

2008-02-25 Thread Michel Jacques
Hello, I'm looking for an implementation of WriteFileGather in Kernel32.dll. Anybody has a candidate? Thanks in advance, Michel Jacques