shlwapi: SHRegDuplicateHKey() is now defined in the Windows SDK.
This commit is contained in:
parent
fd9774cef6
commit
74c5d1750b
|
@ -83,10 +83,10 @@ DWORD WINAPI SHCopyKeyA(HKEY,LPCSTR,HKEY,DWORD);
|
|||
DWORD WINAPI SHCopyKeyW(HKEY,LPCWSTR,HKEY,DWORD);
|
||||
#define SHCopyKey WINELIB_NAME_AW(SHCopyKey)
|
||||
|
||||
/* Undocumented registry functions */
|
||||
|
||||
HKEY WINAPI SHRegDuplicateHKey(HKEY);
|
||||
|
||||
/* Undocumented registry functions */
|
||||
|
||||
DWORD WINAPI SHDeleteOrphanKeyA(HKEY,LPCSTR);
|
||||
DWORD WINAPI SHDeleteOrphanKeyW(HKEY,LPCWSTR);
|
||||
#define SHDeleteOrphanKey WINELIB_NAME_AW(SHDeleteOrphanKey)
|
||||
|
|
Loading…
Reference in New Issue