PATCH: FlushFileBuffers / serial

Rein Klazes rklazes at xs4all.nl
Sat Jul 13 14:48:05 CDT 2002


On Fri, 12 Jul 2002 23:22:13 +0200, you wrote:


> +    /* MSDN says: If hFile is a handle to a communications device,
> +     * the function only flushes the transmit buffer. 
> +     */
> +    ret = (tcdrain( serial->obj.fd ) != -1);

Hmm, doesn't that mean you should use tcflush() instead?

Rein.
-- 
Rein Klazes
rklazes at xs4all.nl



More information about the wine-devel mailing list