From e7f66a9d6cb880e13d23f30465436fd51b372d7c Mon Sep 17 00:00:00 2001 From: jongfoster Date: Mon, 21 May 2001 19:32:54 +0000 Subject: [PATCH] Added another #ifdef _WIN_CONSOLE --- errlog.c | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/errlog.c b/errlog.c index 2c0fddf2..f994118b 100644 --- a/errlog.c +++ b/errlog.c @@ -1,4 +1,4 @@ -const char errlog_rcs[] = "$Id: errlog.c,v 1.2 2001/05/17 22:42:01 oes Exp $"; +const char errlog_rcs[] = "$Id: errlog.c,v 1.3 2001/05/20 01:11:40 jongfoster Exp $"; /********************************************************************* * * File : $Source: /cvsroot/ijbswa/current/errlog.c,v $ @@ -33,6 +33,11 @@ const char errlog_rcs[] = "$Id: errlog.c,v 1.2 2001/05/17 22:42:01 oes Exp $"; * * Revisions : * $Log: errlog.c,v $ + * Revision 1.3 2001/05/20 01:11:40 jongfoster + * Added support for LOG_LEVEL_FATAL + * Renamed LOG_LEVEL_FRC to LOG_LEVEL_FORCE, + * and LOG_LEVEL_REF to LOG_LEVEL_RE_FILTER + * * Revision 1.2 2001/05/17 22:42:01 oes * - Cleaned CRLF's from the sources and related files * - Repaired logging for REF and FRC @@ -60,7 +65,9 @@ const char errlog_rcs[] = "$Id: errlog.c,v 1.2 2001/05/17 22:42:01 oes Exp $"; #ifdef _WIN32 #include +#ifndef _WIN_CONSOLE #include "w32log.h" +#endif /* ndef _WIN_CONSOLE */ #endif /* def _WIN32 */ #include "errlog.h" -- 2.39.2