Author: tkreuzer Date: Mon Feb 10 17:44:07 2014 New Revision: 62106
URL: http://svn.reactos.org/svn/reactos?rev=62106&view=rev Log: Another try to fix build
Modified: trunk/reactos/include/psdk/ntlsa.h
Modified: trunk/reactos/include/psdk/ntlsa.h URL: http://svn.reactos.org/svn/reactos/trunk/reactos/include/psdk/ntlsa.h?rev=62... ============================================================================== --- trunk/reactos/include/psdk/ntlsa.h [iso-8859-1] (original) +++ trunk/reactos/include/psdk/ntlsa.h [iso-8859-1] Mon Feb 10 17:44:07 2014 @@ -57,7 +57,7 @@ #define SECURITY_ACCESS_REMOTE_INTERACTIVE_LOGON 0x00000400 #define SECURITY_ACCESS_DENY_REMOTE_INTERACTIVE_LOGON 0x00000800
-#ifndef _NTSECAPI_H // HACK to avoid redefinition from ntsecapi.h +#ifdef _NTIFS_INCLUDED_ // HACK to avoid redefinition from ntsecapi.h typedef enum _POLICY_AUDIT_EVENT_TYPE { AuditCategorySystem,