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. > >

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: > "

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 '

Re: [Patch for Bug 8551] MoveFileWithProgressW unconditional fails for directories with flag MOVEFILE_REPLACE_EXISTING

2008-02-05 Thread Jens Nestler
Am Dienstag, 29. Januar 2008 16:33:14 schrieb Dan Kegel: > James McKenzie wrote: > > Please submit a git diff not a UNIX diff. > > Now, hang on there. Jens submitted a perfectly > good unified diff patch taken from the right directory. > There is no reason to turn up our noses at it. > It will app

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 >

Re: [Patch for Bug 8551] MoveFileWithProgressW unconditional fails for directories with flag MOVEFILE_REPLACE_EXISTING

2008-01-29 Thread Jens Nestler
Am Dienstag, 29. Januar 2008 09:07:16 schrieb Rolf Kalbermatter: > Jens Nestler wrote: > > [Patch for Bug 8551] MoveFileWithProgressW > > unconditional fails fordirectories with flag MOVEFILE_REPLACE_EXISTING > > > > http://bugs.winehq.org/show_bug.cgi?id=8551 > &g

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