Nikolay Sivov : advapi32/tests: Remove string constants redefinition that are not needed anymore.

Alexandre Julliard julliard at winehq.org
Mon Oct 28 15:13:04 CDT 2013


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

Author: Nikolay Sivov <nsivov at codeweavers.com>
Date:   Sat Oct 26 23:09:51 2013 +0400

advapi32/tests: Remove string constants redefinition that are not needed anymore.

---

 dlls/advapi32/tests/registry.c |    5 -----
 1 files changed, 0 insertions(+), 5 deletions(-)

diff --git a/dlls/advapi32/tests/registry.c b/dlls/advapi32/tests/registry.c
index 1423d88..47de094 100644
--- a/dlls/advapi32/tests/registry.c
+++ b/dlls/advapi32/tests/registry.c
@@ -31,11 +31,6 @@
 #include "winerror.h"
 #include "aclapi.h"
 
-#undef SE_BACKUP_NAME
-#undef SE_RESTORE_NAME
-#define SE_BACKUP_NAME "SeBackupPrivilege"
-#define SE_RESTORE_NAME "SeRestorePrivilege"
-
 #define IS_HKCR(hk) ((UINT_PTR)hk > 0 && ((UINT_PTR)hk & 3) == 2)
 
 static HKEY hkey_main;




More information about the wine-cvs mailing list