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