Bang Jun-young : shlwapi: SHRegDuplicateHKey() is now defined in the Windows SDK.

Alexandre Julliard julliard at winehq.org
Wed Oct 24 11:04:48 CDT 2007


Module: wine
Branch: master
Commit: 74c5d1750bc0a481ab3f786e928023bb3808a6cb
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=74c5d1750bc0a481ab3f786e928023bb3808a6cb

Author: Bang Jun-young <junyoung at mogua.com>
Date:   Wed Oct 24 07:30:58 2007 +0900

shlwapi: SHRegDuplicateHKey() is now defined in the Windows SDK.

---

 include/shlwapi.h |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/include/shlwapi.h b/include/shlwapi.h
index 21b1e99..94d98c8 100644
--- a/include/shlwapi.h
+++ b/include/shlwapi.h
@@ -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)




More information about the wine-cvs mailing list