mirror of
https://github.com/reactos/reactos.git
synced 2024-12-28 01:55:19 +00:00
forgot to commit this...
svn path=/trunk/; revision=18655
This commit is contained in:
parent
fcc17d749e
commit
87a380e34d
1 changed files with 7 additions and 0 deletions
|
@ -3386,6 +3386,13 @@ typedef struct _SYSTEM_POWER_INFORMATION {
|
||||||
} SYSTEM_POWER_INFORMATION,*PSYSTEM_POWER_INFORMATION;
|
} SYSTEM_POWER_INFORMATION,*PSYSTEM_POWER_INFORMATION;
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#if (_WIN32_WINNT >= 0x0500)
|
||||||
|
typedef enum _AUDIT_EVENT_TYPE {
|
||||||
|
AuditEventObjectAccess,
|
||||||
|
AuditEventDirectoryServiceAccess
|
||||||
|
} AUDIT_EVENT_TYPE, *PAUDIT_EVENT_TYPE;
|
||||||
|
#endif
|
||||||
|
|
||||||
#if (_WIN32_WINNT >= 0x0501)
|
#if (_WIN32_WINNT >= 0x0501)
|
||||||
typedef enum _HEAP_INFORMATION_CLASS {
|
typedef enum _HEAP_INFORMATION_CLASS {
|
||||||
HeapCompatibilityInformation
|
HeapCompatibilityInformation
|
||||||
|
|
Loading…
Reference in a new issue