From: Emanuele Aliberti Date: Wed, 17 Jan 2001 19:04:15 +0000 (+0000) Subject: Log file names macros added. X-Git-Tag: backups/FreeLoader@12428~373 X-Git-Url: https://git.reactos.org/?p=reactos.git;a=commitdiff_plain;h=394b6b568c2955ee0a70fcef30f7bb10a2381d06 Log file names macros added. svn path=/trunk/; revision=1532 --- 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;