mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-30 04:13:33 +00:00
Commit tmp patch by dralnix, fixes Rev 24626 Breaks Linux Build, and windows build.
svn path=/trunk/; revision=24646
This commit is contained in:
@@ -400,11 +400,18 @@ extern LARGE_INTEGER IoOtherTransferCount;
|
||||
#define SE_RM_CONTROL_VALID 0x4000
|
||||
#define SE_SELF_RELATIVE 0x8000
|
||||
|
||||
#ifndef _WINNT_H
|
||||
#define _AUDIT_EVENT_TYPE_HACK 0
|
||||
#endif
|
||||
#if (_AUDIT_EVENT_TYPE_HACK == 1)
|
||||
|
||||
#else
|
||||
typedef enum _AUDIT_EVENT_TYPE
|
||||
{
|
||||
AuditEventObjectAccess,
|
||||
AuditEventDirectoryServiceAccess
|
||||
} AUDIT_EVENT_TYPE, *PAUDIT_EVENT_TYPE;
|
||||
#endif
|
||||
|
||||
#define AUDIT_ALLOW_NO_PRIVILEGE 0x1
|
||||
|
||||
|
||||
@@ -3662,6 +3662,7 @@ typedef struct _SYSTEM_POWER_INFORMATION {
|
||||
#endif
|
||||
|
||||
#if (_WIN32_WINNT >= 0x0500)
|
||||
#define _AUDIT_EVENT_TYPE_HACK 1
|
||||
typedef enum _AUDIT_EVENT_TYPE {
|
||||
AuditEventObjectAccess,
|
||||
AuditEventDirectoryServiceAccess
|
||||
|
||||
Reference in New Issue
Block a user