mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-29 12:23:30 +00:00
Fix build
svn path=/trunk/; revision=62105
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user