Nikolay Sivov : advapi32/tests: Remove string constants redefinition that are not needed anymore.
Module: wine Branch: master Commit: 26c2dc93cb1078f9b2ff96ba7884328b351df3aa URL: http://source.winehq.org/git/wine.git/?a=commit;h=26c2dc93cb1078f9b2ff96ba78... Author: Nikolay Sivov <nsivov(a)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;
participants (1)
-
Alexandre Julliard