Stefan Leichter wrote:
ChangeLog
added implementation of RegDeleteTreeA/W
--- ../wine-git/dlls/advapi32/advapi32.spec 2006-10-03 10:52:50.000000000 +0200 +++ dlls/advapi32/advapi32.spec 2007-04-13 22:14:25.000000000 +0200 @@ -473,6 +473,8 @@ @ stdcall RegCreateKeyW(long wstr ptr) @ stdcall RegDeleteKeyA(long str) @ stdcall RegDeleteKeyW(long wstr) +@ stdcall RegDeleteTreeA(long str) +@ stdcall RegDeleteTreeW(long wstr) @ stdcall RegDeleteValueA(long str) @ stdcall RegDeleteValueW(long wstr) @ stdcall RegDisablePredefinedCache() --- ../wine-git/dlls/advapi32/registry.c 2007-04-09 18:15:02.000000000 +0200
Hi Stefan,
Isn't there supposed to be a corresponding entry to winreg.h ?
Cheers,
Paul.