diff --git a/dlls/advapi32/tests/registry.c b/dlls/advapi32/tests/registry.c index 1423d88411b..47de0941f88 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;