Author: jimtabor Date: Wed Oct 25 05:30:19 2006 New Revision: 24646
URL: http://svn.reactos.org/svn/reactos?rev=24646&view=rev Log: Commit tmp patch by dralnix, fixes Rev 24626 Breaks Linux Build, and windows build.
Modified: trunk/reactos/include/ddk/ntifs.h trunk/reactos/include/psdk/winnt.h
Modified: trunk/reactos/include/ddk/ntifs.h URL: http://svn.reactos.org/svn/reactos/trunk/reactos/include/ddk/ntifs.h?rev=246... ============================================================================== --- trunk/reactos/include/ddk/ntifs.h (original) +++ trunk/reactos/include/ddk/ntifs.h Wed Oct 25 05:30:19 2006 @@ -400,11 +400,18 @@ #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
Modified: trunk/reactos/include/psdk/winnt.h URL: http://svn.reactos.org/svn/reactos/trunk/reactos/include/psdk/winnt.h?rev=24... ============================================================================== --- trunk/reactos/include/psdk/winnt.h (original) +++ trunk/reactos/include/psdk/winnt.h Wed Oct 25 05:30:19 2006 @@ -3662,6 +3662,7 @@ #endif
#if (_WIN32_WINNT >= 0x0500) +#define _AUDIT_EVENT_TYPE_HACK 1 typedef enum _AUDIT_EVENT_TYPE { AuditEventObjectAccess, AuditEventDirectoryServiceAccess