Re: rpcrt4: Set the socket back to blocking in rpcrt4_conn_tcp_handoff as the read and write function for the protseq assume that syscalls will block.

2006-10-31 Thread Juan Lang
+ /* reset to non-blocking behaviour */ + fcntl(ret, F_SETFL, 0); Shouldn't that read "reset to blocking behaviour" then? --Juan We have the perfect Group for you. Check out the handy changes to Yahoo! Group

Re: cmd: Check for argument in copy, mkdir, delete, goto, move, rmdir, rename, type.

2006-10-31 Thread Alexandre Julliard
Markus Amsler <[EMAIL PROTECTED]> writes: > This fixes bug http://bugs.winehq.org/show_bug.cgi?id=6286 > --- > programs/cmd/builtins.c | 22 ++ > 1 files changed, 22 insertions(+), 0 deletions(-) > diff --git a/programs/cmd/builtins.c b/programs/cmd/builtins.c > index 3329a0

Re: [advpack] Fix typo's

2006-10-31 Thread James Hawkins
On 10/31/06, Paul Vriens <[EMAIL PROTECTED]> wrote: Hi, most likely lstrcat was intended. I haven't checked why this lead to errors on Windows and not on Wine. It works in XP, at least, because you don't have to specify a full pathname to the INF file. The test that shows that is just a coup

Re: Executing wine over make segfaults.

2006-10-31 Thread Jimmy W
It says that wine is compiled with the: ./configure CFLAGS=-fno-stack-protector So the bug shud not apply, also i have been installing binaries for other distribution (debian binaries) also from winehq own ubuntu rep. I think the problem is deeper in wine. /Jimmy sön 2006-10-29 klockan 13:09

rotated text in ExtTextOut

2006-10-31 Thread Carl-Daniel Hailfinger
Hi, I have a problem displaying rotated text in Wine where the rotation under Windows is counterclockwise, but the rotation in Wine is clockwise. The patch I came up with rotates the text in the right direction, but the individual characters are still rotated in the wrong direction. The attached W

Re: [PATCH 5/5] quartzdrv: Implement MsgWaitForMultipleObjectsEx and initial Carbon event handling.

2006-10-31 Thread Alexandre Julliard
Pierre d'Herbemont <[EMAIL PROTECTED]> writes: > 2) Launch a 'carbon' thread which will run the carbon run loop (which > does not poll), and writes to a fd as soon as it receive events. > > I think 2) may be preferred but to have a separate thread that watch > event and an other that act on the UI

Re: gdi32: Cast-qual warnings fix (1 of 3)

2006-10-31 Thread Alexandre Julliard
Andrew Talbot <[EMAIL PROTECTED]> writes: > @@ -1779,16 +1779,17 @@ > > if (!lprect) > flags &= ~ETO_CLIPPED; > - > + > +reordered_str = HeapAlloc(GetProcessHeap(), 0, count * sizeof(WCHAR)); > +lstrcpynW(reordered_str, str, count); The input string is not necessar

Re: Failing shlfolder test

2006-10-31 Thread Francois Gouget
On Sat, 28 Oct 2006, martin pilka wrote: > > Actually the shlfolder test seems to succeed on your machine and > > it is the shlexec and shlfileop tests that are failing (and are working > > for me). > > Are you using a freshly generated ~/.wine directory? > > Before each "make test", ~/.wine di