"Jens Nestler" nessi@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?
Am Dienstag, 29. Januar 2008 07:07:26 schrieb Dmitry Timoshkov:
"Jens Nestler" nessi@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
"Jens Nestler" nessi@nessi-online.de 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.
Am Dienstag, 29. Januar 2008 14:44:35 schrieb Dmitry Timoshkov:
"Jens Nestler" nessi@nessi-online.de 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.
Stub implementation for RegOverridePredefKey. The added prototype in the winreg.h is now in alphabetical order. Jens
"Jens Nestler" nessi@nessi-online.de wrote:
Stub implementation for RegOverridePredefKey. The added prototype in the winreg.h is now in alphabetical order.
Patches should be sent to wine-patches.