Re: user32:tests:msg Add test for switch mdi childs

2007-06-02 Thread Dmitry Timoshkov
"Anatoly Lyutin" <[EMAIL PROTECTED]> wrote: +/* Switch visible mdi childs */ Please use the word 'children' to avoid confusion. +trace("Switch child window.\n"); + +ret = SendMessageA(mdi_client, WM_MDIACTIVATE, (WPARAM)mdi_child2, 0); +ok(!ret, "Child not been deactivate(Switch

Re: Wine on FreeBSD (Was: Re: How to determine if something is "debuggable" ... ?)

2007-06-02 Thread Kai Blin
On Saturday 02 June 2007 20:27:09 Marc G. Fournier wrote: > --On Saturday, June 02, 2007 10:55:00 +0200 Kai Blin <[EMAIL PROTECTED]> > > As I said in my email, I'm really happy to provide the Wine side of > > things for this bug, but I don't feel like doing the FreeBSD research. I > > don't use F

Re: crypt32: remove 'recursive registry key delete' function

2007-06-02 Thread Stefan Leichter
Am Saturday 02 June 2007 12:03 schrieb Paul Vriens: > On 6/1/07, Stefan Leichter <[EMAIL PROTECTED]> wrote: > > ChangeLog > > - > > replace CRYPT_RecurseDeleteKey with RegDeleteTreeW > > Hi Stefan, > > I don't think that's enough. There's a difference between SHDeleteKeyW > and RegD

Re: Wine on FreeBSD (Was: Re: How to determine if something is "debuggable" ... ?)

2007-06-02 Thread Marc G. Fournier
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 - --On Saturday, June 02, 2007 10:55:00 +0200 Kai Blin <[EMAIL PROTECTED]> wrote: > Right. And it's not as if we didn't try. > Just two days ago, I've sent the following email to the freebsd-hackers > mailing list: > http://lists.freebsd.org/piperma

Re: crypt32: implement CryptSIPLoad (try 5)

2007-06-02 Thread Robert Kim Wireless Internet Advisor
To kick off this first after memorial day weekend: http://x-coverage.com/micro-mini-string-bikinis/ See ya monday! -- Robert Q Kim, Wireless Internet Provider http://evdo-coverage.com/satellite-wireless-internet.html http://iptv-coverage.com http://wimax-coverage.com 2611 S. Pacific Coast Highwa

Re: crypt32: implement CryptSIPLoad (try 5)

2007-06-02 Thread Paul Vriens
On 6/1/07, Juan Lang <[EMAIL PROTECTED]> wrote: > I think it's worth figuring out why native does it like this. Believe me, I've been trying to. I'm only inferring that it should be loaded because using native wintrust calls CryptSIPLoad, and my implementation makes it continue on to call other

Re: crypt32: remove 'recursive registry key delete' function

2007-06-02 Thread Paul Vriens
On 6/1/07, Stefan Leichter <[EMAIL PROTECTED]> wrote: ChangeLog - replace CRYPT_RecurseDeleteKey with RegDeleteTreeW Hi Stefan, I don't think that's enough. There's a difference between SHDeleteKeyW and RegDeleteTreeW (see also http://wiki.winehq.org/RecursiveRegistryKeyDel

Re: Wine on FreeBSD (Was: Re: How to determine if something is "debuggable" ... ?)

2007-06-02 Thread Kai Blin
On Saturday 02 June 2007 08:07:48 Marc G. Fournier wrote: > --On Saturday, June 02, 2007 05:28:31 + "L. Rahyen" > > I'm pretty sure he is. There is problems with FreeBSD that needs to be > > resolved by FreeBSD community - i.e. by people who knows FreeBSD and have > > time, will and necces

Re: wordpad: (1/6) Split code into set_caption function

2007-06-02 Thread Andrey Turkin
Alexander Nicolaysen Sørnes wrote: This will be useful for the file saving code. Regards, Alexander N. Sørnes +WCHAR wszCaption[MAX_PATH]; + +if(wszNewFileName) +{ +lstrcpyW(wszCaption, wszNewFileName); +lstrcatW(wszCaption, wszSeparator); +lstrcatW(wsz