diff --git a/reactos/ntoskrnl/io/errlog.c b/reactos/ntoskrnl/io/errlog.c index 2141edf17ea..d56fedbe30a 100644 --- a/reactos/ntoskrnl/io/errlog.c +++ b/reactos/ntoskrnl/io/errlog.c @@ -1,4 +1,4 @@ -/* $Id: errlog.c,v 1.5 2000/04/03 21:54:38 dwelch Exp $ +/* $Id: errlog.c,v 1.6 2001/01/17 19:04:15 ea Exp $ * * COPYRIGHT: See COPYING in the top level directory * PROJECT: ReactOS kernel @@ -19,6 +19,10 @@ /* TYPES *********************************************************************/ +#define LOG_FILE_APPLICATION L"\\SystemRoot\\System32\\Config\\AppEvent.Evt" +#define LOG_FILE_SECURITY L"\\SystemRoot\\System32\\Config\\SecEvent.Evt" +#define LOG_FILE_SYSTEM L"\\SystemRoot\\System32\\Config\\SysEvent.Evt" + typedef struct _IO_ERROR_LOG_PACKET { UCHAR MajorFunctionCode;