mirror of
https://github.com/reactos/reactos.git
synced 2025-07-31 10:01:43 +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:
parent
9529d06636
commit
e4ee4f1bab
2 changed files with 8 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue