mirror of
https://github.com/reactos/reactos.git
synced 2025-02-23 00:45:24 +00:00
Fix build
svn path=/trunk/; revision=62105
This commit is contained in:
parent
bb58aed9b1
commit
15e864d73e
1 changed files with 2 additions and 0 deletions
|
@ -57,6 +57,7 @@ extern "C" {
|
|||
#define SECURITY_ACCESS_REMOTE_INTERACTIVE_LOGON 0x00000400
|
||||
#define SECURITY_ACCESS_DENY_REMOTE_INTERACTIVE_LOGON 0x00000800
|
||||
|
||||
#ifndef _NTSECAPI_H // HACK to avoid redefinition from ntsecapi.h
|
||||
typedef enum _POLICY_AUDIT_EVENT_TYPE
|
||||
{
|
||||
AuditCategorySystem,
|
||||
|
@ -69,6 +70,7 @@ typedef enum _POLICY_AUDIT_EVENT_TYPE
|
|||
AuditCategoryDirectoryServiceAccess,
|
||||
AuditCategoryAccountLogon
|
||||
} POLICY_AUDIT_EVENT_TYPE, *PPOLICY_AUDIT_EVENT_TYPE;
|
||||
#endif
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue