forgot to commit this... Modified: trunk/reactos/w32api/include/winnt.h _____
Modified: trunk/reactos/w32api/include/winnt.h --- trunk/reactos/w32api/include/winnt.h 2005-10-21 13:45:48 UTC (rev 18654) +++ trunk/reactos/w32api/include/winnt.h 2005-10-21 14:04:40 UTC (rev 18655) @@ -3386,6 +3386,13 @@
} 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