Re: Fwd: Re: RegOverridePredefKey stub - new

2008-03-10 Thread Jens Nestler
Am Montag, 10. März 2008 02:19:02 schrieb Vitaliy Margolen: > Jens Nestler wrote: > > Hello, > > six weeks ago I've sent this patch for a basic implementation of the > > RegOverridePredefKey function. > > Unfortunately the patch was not considered till now. > > Can everybody help me ? > > You have

Re: Fwd: Re: RegOverridePredefKey stub - Take 2

2008-03-09 Thread Vitaliy Margolen
Jens Nestler wrote: > Hello, > six weeks ago I've sent this patch for a basic implementation of the > RegOverridePredefKey function. > Unfortunately the patch was not considered till now. > Can everybody help me ? > You have some extra pieces in this patch. When you are submitting patch - make

Fwd: Re: RegOverridePredefKey stub - Take 2

2008-03-09 Thread Jens Nestler
Hello, six weeks ago I've sent this patch for a basic implementation of the RegOverridePredefKey function. Unfortunately the patch was not considered till now. Can everybody help me ? Jens --- Begin Message --- Am Dienstag, 29. Januar 2008 14:44:35 schrieb Dmitry Timoshkov: > "Jens Nestler" <[EM

Re: RegOverridePredefKey stub - Take 2

2008-02-06 Thread Dmitry Timoshkov
"Jens Nestler" <[EMAIL PROTECTED]> wrote: > Stub implementation for RegOverridePredefKey. > The added prototype in the winreg.h is now in alphabetical order. Please review yuor patches before sending, this one contains not related changes. -- Dmitry.

Re: RegOverridePredefKey stub - Take 2

2008-02-05 Thread Dmitry Timoshkov
"Jens Nestler" <[EMAIL PROTECTED]> wrote: > Stub implementation for RegOverridePredefKey. > The added prototype in the winreg.h is now in alphabetical order. Patches should be sent to wine-patches. -- Dmitry.

Re: RegOverridePredefKey stub - Take 2

2008-02-05 Thread Jens Nestler
Am Dienstag, 29. Januar 2008 14:44:35 schrieb Dmitry Timoshkov: > "Jens Nestler" <[EMAIL PROTECTED]> wrote: > > Sorry, I haven't seen it. > > Can you please change it, or should I deliver a changed patch ? > > Please resend and updated patch with a 'Take 2' in the subject and > an explanation in th

Re: RegOverridePredefKey stub

2008-01-29 Thread Dmitry Timoshkov
"Jens Nestler" <[EMAIL PROTECTED]> wrote: > Sorry, I haven't seen it. > Can you please change it, or should I deliver a changed patch ? Please resend and updated patch with a 'Take 2' in the subject and an explanation in the body what's changed. -- Dmitry.

Re: RegOverridePredefKey stub

2008-01-29 Thread Jens Nestler
Am Dienstag, 29. Januar 2008 07:07:26 schrieb Dmitry Timoshkov: > "Jens Nestler" <[EMAIL PROTECTED]> wrote: > > diff -urN wine-0.9.54_org/include/winreg.h wine-0.9.54/include/winreg.h > > --- wine-0.9.54_org/include/winreg.h 2008-01-25 17:05:38.0 +0100 > > +++ wine-0.9.54/include/winreg.h 2

Re: RegOverridePredefKey stub

2008-01-29 Thread Dmitry Timoshkov
"Jens Nestler" <[EMAIL PROTECTED]> wrote: > diff -urN wine-0.9.54_org/include/winreg.h wine-0.9.54/include/winreg.h > --- wine-0.9.54_org/include/winreg.h 2008-01-25 17:05:38.0 +0100 > +++ wine-0.9.54/include/winreg.h 2008-01-28 22:07:55.0 +0100 > @@ -131,6 +131,7 @@ > WINADVAPI L

Re: RegOverridePredefKey stub

2008-01-27 Thread Detlef Riekenberg
On So, 2008-01-27 at 14:35 +0100, Jens Nestler wrote: > Please apply the attached patch for a stub implementation. Please send patches to [EMAIL PROTECTED] Thanks. -- By by ... Detlef

Re: RegOverridePredefKey stub

2008-01-27 Thread Detlef Riekenberg
On So, 2008-01-27 at 14:35 +0100, Jens Nestler wrote: > + * RegOverridePredefKey [EMAIL PROTECTED] > + * > + * Maps a predefined registry key to the specified registry key. > + * > + * PARAMS > + * hKey [I] A handle to one of the following predefined keys: The description in your Patch was

Re: RegOverridePredefKey stub

2008-01-27 Thread Robert Shearman
Jens Nestler wrote: > > /** > + * RegOverridePredefKey [EMAIL PROTECTED] > + * > + * Maps a predefined registry key to the specified registry key. > + * > + * PARAMS > + * hKey [I] A handle to one of the following pr

Re: RegOverridePredefKey stub

2008-01-27 Thread Peter Oberndorfer
On Sonntag 27 Januar 2008, Jens Nestler wrote: > Hello all, > > I'm a Windows software developer and I'm trying to execute an application > under the wine environment. > Now I have a problem introduced with wine 0.9.49. > > I use the function RegOverridePredefKey from the advapi32.dll. > In wine

RegOverridePredefKey stub

2008-01-27 Thread Jens Nestler
Hello all, I'm a Windows software developer and I'm trying to execute an application under the wine environment. Now I have a problem introduced with wine 0.9.49. I use the function RegOverridePredefKey from the advapi32.dll. In wine 0.9.49 a stub entry for this function was created, but the im