Wine disassembly and reverse engineering rules.

2007-08-04 Thread Peter Dons Tychsen
Hello James/Wine. 1) I noticed your comment the forums here: http://article.gmane.org/gmane.comp.emulators.wine.devel/52810 It was regarding the fact that it is not allowed to disassemble and reverse engineer Microsoft DLLs. I understand this part, as their license prohibits it (EULA). However,

Re: user32 - set_active_window uses SendMessage instead ofPostMessage for WM_ACTIVATEAPP messages.

2007-08-04 Thread Peter Dons Tychsen
On Sat, 2007-08-04 at 12:04 +0900, Dmitry Timoshkov wrote: > "Peter Dons Tychsen" <[EMAIL PROTECTED]> wrote: > > > 1) Yes i did testing on Windows-XP. I did it by putting together various > > examples and by checking with InSendMessage() for all cases. This > > clearly showed that WM_ACTIVATEAPP w

Re: [PATCH] winecfg: Fix crash caused by calling set_reg_key with NULL value

2007-08-04 Thread Evan Stade
On 8/3/07, Nigel Liang <[EMAIL PROTECTED]> wrote: > On 8/3/07, Evan Stade <[EMAIL PROTECTED]> wrote: > > On 8/3/07, Nigel Liang <[EMAIL PROTECTED]> wrote: > > > diff --git a/programs/winecfg/winecfg.c b/programs/winecfg/winecfg.c > > > index 84dd4c8..05f322c 100644 > > > --- a/programs/winecfg/wine

Re: Sent a patch twice

2007-08-04 Thread Duane Clark
Rene Kok wrote: I never submitted a patch before. It wasn't a patch I created just resubmitting it. However I accidentally sent it to the wine-patches mailing list twice. The first time I wasn't subscribed, which I prefer not to because the huge amount of mail I'll get when I do :-) You can go

Sent a patch twice

2007-08-04 Thread Rene Kok
I never submitted a patch before. It wasn't a patch I created just resubmitting it. However I accidentally sent it to the wine-patches mailing list twice. The first time I wasn't subscribed, which I prefer not to because the huge amount of mail I'll get when I do :-) I subscribed and sent it again

Re: mshtml: Remove const in front of REFIID as that is a macro that already starts with const.

2007-08-04 Thread Andrew Talbot
Andrew Talbot wrote: > So, in case anyone is still awake and interested: > > static const REFIID tid_ids[]; > > is equivalent to > > static const GUID *const const tid_ids[]; (Note the erroneous double > const.) > > or > static GUID const *const const tid_ids[]; > > as I would pre

Re: mshtml: Remove const in front of REFIID as that is a macro that already starts with const.

2007-08-04 Thread Andrew Talbot
Michael Stefaniuc wrote: > Jacek, > > I'm not sure about this patch. gcc 3.1.1 produced a warning about a > double const. The rules of what is const depending on where in the > declaration it is placed are mind bongling (especially at 1am) and I > don't know what the intention was here so please

Re: Bug introduced in 0.9.42 in printer dialog

2007-08-04 Thread Vitaly Lipatov
В сообщении от 3 августа 2007 Christian Pradelli написал(a): > A bug was introduced in version 0.9.42, that makes printer dialogs to not > work. > When you press Accept button in the printer dialog the I receive the > followin error: > > fixme:commdlg:PRINTDLG_UpdatePrintDlgA No lpdm ptr? > fixme:c

Re: [PATCH] wined3d: Pass correct coord parameter to texture*DProj functions

2007-08-04 Thread H. Verbeet
On 04/08/07, Vitaly Budovski <[EMAIL PROTECTED]> wrote: > --- > dlls/wined3d/glsl_shader.c |9 + > 1 files changed, 9 insertions(+), 0 deletions(-) > This patch is plain wrong. The caller of shader_glsl_get_sample_function() is responsible for correctly adding the correct component f

Re: netapi32: Add lmuseflg.h and include it from lmuse.h.

2007-08-04 Thread Kai Blin
On Saturday 04 August 2007 03:20:00 Francois Gouget wrote: > +/* > + * Copyright (C) the Wine project I think you need a year in the copyright statement. Cheers, Kai -- Kai Blin WorldForge developer http://www.worldforge.org/ Wine developerhttp://wiki.winehq.org/KaiBlin Samba team mem