Re: bugfix: resend: fix serial_flush

2008-12-23 Thread Alexandre Julliard
Wolfgang Walter writes: > Would it be acceptable to call tcdrain directly in NtFlushBuffersFile: Yes, something like that. -- Alexandre Julliard julli...@winehq.org

Re: bugfix: resend: fix serial_flush

2008-12-22 Thread Wolfgang Walter
On Monday 22 December 2008, Alexandre Julliard wrote: > Wolfgang Walter writes: > > > @@ -201,7 +202,17 @@ static void serial_flush( struct fd *fd, struct event > > **event ) > > /* MSDN says: If hFile is a handle to a communications device, > > * the function only flushes the transmi

Re: bugfix: resend: fix serial_flush

2008-12-22 Thread Alexandre Julliard
Wolfgang Walter writes: > @@ -201,7 +202,17 @@ static void serial_flush( struct fd *fd, struct event > **event ) > /* MSDN says: If hFile is a handle to a communications device, > * the function only flushes the transmit buffer. > */ > -if (tcflush( get_unix_fd(fd), TCOFLUSH