fix for Lawson's CLOCAL problem

Alexandre Julliard julliard at winehq.com
Mon Aug 20 13:13:26 CDT 2001


Mike McCormack  <mike_mccormack at start.com.au> writes:

>  Open serial ports with O_NONBLOCK if FILE_FLAG_OVERLAPPED is
> specified.

The open on the server side must always be non-blocking, we cannot
have the server block on anything. If there are cases where we need to
block on open, it will have to be done on the client side.

-- 
Alexandre Julliard
julliard at winehq.com




More information about the wine-devel mailing list