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

This commit is contained in:
Nikolay Sivov 2013-10-26 23:09:51 +04:00 committed by Alexandre Julliard
parent 8793b5fe28
commit 26c2dc93cb

View file

@ -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;