RegOverridePredefKey stub

Peter Oberndorfer kumbayo84 at arcor.de
Sun Jan 27 08:59:01 CST 2008


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 0.9.49 a stub entry for this function was created, but the 
> implementation is missing.
> To hold my code running, I need any implememtation for this function.
> Please apply the attached patch for a stub implementation.
> 
> Thank you 
> Jens
> 

The documentation for the function was copied from MSDN.
So this patch can not be accepted.

If you don't write the documentation yourself submit the patch
without documentation.

It might be useful for the future to add the function prototype to winreg.h.

style problem:
Indention of the new code looks different than the surrounding code.

Greetings Peter



More information about the wine-devel mailing list