another ttyS0 acces problem ;-)

gerard patel g.patel at wanadoo.fr.invalid
Thu Oct 18 14:38:09 CDT 2001


On Fri, 19 Oct 2001 19:00:46 +0200, "Japie" <House-Mouse at hetnet.nl>
wrote:

>In <3bcd6d15.482154 at news.nerim.net>, gerard patel wrote:
>
>> Yes, not very enlightning :-/
>> Can you try again with +relay instead ?
>
>That gives me exactly the same output, I am recompiling wine now, I
>did compile it with debugging off.
>So here is the new output:
<snip>

Can you try the following patch on dlls/kernel/comm16.c :

--- comm.c.orig Sun Oct 14 21:10:47 2001
+++ comm.c      Thu Oct 18 19:36:35 2001
@@ -211,7 +211,7 @@
                lpdcb->fRtsControl      = RTS_CONTROL_ENABLE;
        }
 
-       return 0;
+       return TRUE;
 }
 

/**************************************************************************

Gerard




More information about the wine-users mailing list