RegOverridePredefKey stub

Jens Nestler nessi at nessi-online.de
Tue Jan 29 01:17:56 CST 2008


Am Dienstag, 29. Januar 2008 07:07:26 schrieb Dmitry Timoshkov:
> "Jens Nestler" <nessi at nessi-online.de> 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.000000000 +0100
> > +++ wine-0.9.54/include/winreg.h 2008-01-28 22:07:55.000000000 +0100
> > @@ -131,6 +131,7 @@
> >  WINADVAPI LSTATUS   WINAPI RegLoadKeyA(HKEY,LPCSTR,LPCSTR);
> >  WINADVAPI LSTATUS   WINAPI RegLoadKeyW(HKEY,LPCWSTR,LPCWSTR);
> >  #define                    RegLoadKey WINELIB_NAME_AW(RegLoadKey)
> > +WINADVAPI LSTATUS   WINAPI RegOverridePredefKey(HKEY,HKEY);
> >  WINADVAPI LSTATUS   WINAPI
> > RegLoadMUIStringA(HKEY,LPCSTR,LPSTR,DWORD,LPDWORD,DWORD,LPCSTR);
> > WINADVAPI LSTATUS   WINAPI
> > RegLoadMUIStringW(HKEY,LPCWSTR,LPWSTR,DWORD,LPDWORD,DWORD,LPCWSTR);
> > #define                    RegLoadMUIString
> > WINELIB_NAME_AW(RegLoadMUIString)
>
> Isn't there something that suggests that the entries are alphabetically
> sorted?

Sorry, I haven't seen it.
Can you please change it, or should I deliver a changed patch ?
Jens



More information about the wine-devel mailing list