[Ros-cis] [chorns] 17777: Revert r17772:

chorns at svn.reactos.com chorns at svn.reactos.com
Sat Sep 10 17:51:46 CEST 2005


Revert r17772:
Add RegDeleteTreeA/W prototype.
Modified: trunk/reactos/w32api/include/winreg.h
  _____  

Modified: trunk/reactos/w32api/include/winreg.h
--- trunk/reactos/w32api/include/winreg.h	2005-09-10 12:49:02 UTC
(rev 17776)
+++ trunk/reactos/w32api/include/winreg.h	2005-09-10 15:50:24 UTC
(rev 17777)
@@ -7,13 +7,13 @@

 #ifdef __cplusplus
 extern "C" {
 #endif
-#define HKEY_CLASSES_ROOT ((HKEY)0x80000000)
-#define HKEY_CURRENT_USER ((HKEY)0x80000001)
-#define HKEY_LOCAL_MACHINE ((HKEY)0x80000002)
-#define HKEY_USERS ((HKEY)0x80000003)
-#define HKEY_PERFORMANCE_DATA ((HKEY)0x80000004)
-#define HKEY_CURRENT_CONFIG ((HKEY)0x80000005)
-#define HKEY_DYN_DATA ((HKEY)0x80000006)
+#define HKEY_CLASSES_ROOT	((HKEY)0x80000000)
+#define HKEY_CURRENT_USER	((HKEY)0x80000001)
+#define HKEY_LOCAL_MACHINE	((HKEY)0x80000002)
+#define HKEY_USERS	((HKEY)0x80000003)
+#define HKEY_PERFORMANCE_DATA	((HKEY)0x80000004)
+#define HKEY_CURRENT_CONFIG	((HKEY)0x80000005)
+#define HKEY_DYN_DATA	((HKEY)0x80000006)
 #define REG_OPTION_VOLATILE 1
 #define REG_OPTION_NON_VOLATILE 0
 #define REG_CREATED_NEW_KEY 1
@@ -64,10 +64,6 @@
 LONG WINAPI RegCreateKeyW(HKEY,LPCWSTR,PHKEY);
 LONG WINAPI RegDeleteKeyA(HKEY,LPCSTR);
 LONG WINAPI RegDeleteKeyW(HKEY,LPCWSTR);
-#if (_WIN32_WINNT >= 0x0600)
-LONG WINAPI RegDeleteTreeA(HKEY,LPCSTR);
-LONG WINAPI RegDeleteTreeW(HKEY,LPCWSTR);
-#endif
 LONG WINAPI RegDeleteValueA(HKEY,LPCSTR);
 LONG WINAPI RegDeleteValueW(HKEY,LPCWSTR);
 LONG WINAPI RegEnumKeyA(HKEY,DWORD,LPSTR,DWORD);
@@ -115,9 +111,6 @@
 #define RegCreateKey RegCreateKeyW
 #define RegCreateKeyEx RegCreateKeyExW
 #define RegDeleteKey RegDeleteKeyW
-#if (_WIN32_WINNT >= 0x0600)
-#define RegDeleteTree RegDeleteTreeW
-#endif
 #define RegDeleteValue RegDeleteValueW
 #define RegEnumKey RegEnumKeyW
 #define RegEnumKeyEx RegEnumKeyExW
@@ -143,9 +136,6 @@
 #define RegCreateKey RegCreateKeyA
 #define RegCreateKeyEx RegCreateKeyExA
 #define RegDeleteKey RegDeleteKeyA
-#if (_WIN32_WINNT >= 0x0600)
-#define RegDeleteTree RegDeleteTreeA
-#endif
 #define RegDeleteValue RegDeleteValueA
 #define RegEnumKey RegEnumKeyA
 #define RegEnumKeyEx RegEnumKeyExA
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://www.reactos.org/pipermail/ros-cis/attachments/20050910/1c392cbb/attachment.html


More information about the Ros-cis mailing list