Wolfgang Walter writes:
> Would it be acceptable to call tcdrain directly in NtFlushBuffersFile:
Yes, something like that.
--
Alexandre Julliard
julli...@winehq.org
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
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