mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-03 04:13:31 +00:00
forgot to commit this...
svn path=/trunk/; revision=18655
This commit is contained in:
@@ -3386,6 +3386,13 @@ typedef struct _SYSTEM_POWER_INFORMATION {
|
||||
} SYSTEM_POWER_INFORMATION,*PSYSTEM_POWER_INFORMATION;
|
||||
#endif
|
||||
|
||||
#if (_WIN32_WINNT >= 0x0500)
|
||||
typedef enum _AUDIT_EVENT_TYPE {
|
||||
AuditEventObjectAccess,
|
||||
AuditEventDirectoryServiceAccess
|
||||
} AUDIT_EVENT_TYPE, *PAUDIT_EVENT_TYPE;
|
||||
#endif
|
||||
|
||||
#if (_WIN32_WINNT >= 0x0501)
|
||||
typedef enum _HEAP_INFORMATION_CLASS {
|
||||
HeapCompatibilityInformation
|
||||
|
||||
Reference in New Issue
Block a user