Re: PROPSHEET: Wizard resizing

2004-09-11 Thread Filip Navara
Filip Navara wrote: I know this patch isn't really correct, but the old code isn't correct either. Without it about 80% of the wizards were resized incorrectly (or not at all) and the header line wasn't hidden sometimes. Even though I would like to code the resizing correctly it will require ma

Re: winecfg (was Re: W->A calls)

2004-09-11 Thread Duane Clark
Joris Huizer wrote: Fine by me ;) where do I start then.. I can't find much on the winehq site about that (I found a http://sourceforge.net/projects/winecfg/ but it seems the last update was over a year ago..) What's there to do, how to... etc - kind find much documentation except for the fact i

Re: Correct ConvertSidToStringSidW with test

2004-09-11 Thread Dimitrie O. Paun
On Sat, Sep 11, 2004 at 08:37:09AM -0700, Juan Lang wrote: > ConvertSidToStringSidW was incorrect for low-value > authorities; it put spaces in the resulting string. > This corrects that, and includes a test case for it. Content-Description: advapi32.diff Uniffied diff, please :) -- Dimi.

Re: epoll patch - status?

2004-09-11 Thread Shachar Shemesh
Mike McCormack wrote: Just got your last mail regarding races... From what I can see, it should now behave the same way as select_loop(). No, it does not. Sorry. When using poll, the important field we look at is revents. Let's recap the problem: 1. epoll is called, and marks users at offsets 1 2

RE: resend: patch: shell32.dll - SHELL_ArgifyW expands env-vars

2004-09-11 Thread Jens Collin
Hi Alexandre, thanks for taking the time to review the patch. I'm very new to working with multibyte charsets overall, so I'd be happy if you could complete this or hint me what to change. Thanks in advance, Jens -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Be

Re: resend: patch: shell32.dll - SHELL_ArgifyW expands env-vars

2004-09-11 Thread James Hawkins
What you need is this: static const WCHAR nameOfVarW = {'%','s','%','%',0}; and then use nameOfVarW wherever you wanted L"%s%%". On Sat, 11 Sep 2004 19:42:32 +0200, Jens Collin <[EMAIL PROTECTED]> wrote: > Hi Alexandre, > > thanks for taking the time to review the patch. > I'm very new to work

Re: winecfg (was Re: W->A calls)

2004-09-11 Thread Roger Olson
Saturday, September 11, 2004 8:34 AM Duane Clark > > By the way, I really do like the look mentioned here: > http://www.winehq.org/hypermail/wine-devel/2004/09/0220.html > It is much improved over the current look. Hopefully that will become > part of winecfg. > Per suggestion of Robert Shearman,

RE: resend: patch: shell32.dll - SHELL_ArgifyW expands env-vars

2004-09-11 Thread Jens Collin
thanks a lot! New patch is on it's way :) /Jens -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of James Hawkins Sent: den 11 september 2004 19:51 To: Jens Collin Cc: Alexandre Julliard; [EMAIL PROTECTED] Subject: Re: resend: patch: shell32.dll - SHELL_Argif

Re: dlls/winsock/socket breakage

2004-09-11 Thread Gerald Pfeifer
On Thu, 9 Sep 2004, Roderick Colenbrander wrote: I made some more progress with the fix but I'm not fully sure how it works. I checked the freebsd source code to figure out how it works. Compared to the linux source the code was very complicated as in linux there's a special ipx setsockopt optio