From 03f7cfb44f8c19a59f5d974a45aaef7ac108e40e Mon Sep 17 00:00:00 2001 From: levine Date: Fri, 12 Sep 1997 18:45:26 +0000 Subject: ported to LynxOS --- ace/Log_Msg.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'ace/Log_Msg.h') diff --git a/ace/Log_Msg.h b/ace/Log_Msg.h index 679d8dbadd6..b6722b78f6d 100644 --- a/ace/Log_Msg.h +++ b/ace/Log_Msg.h @@ -94,6 +94,10 @@ class ostream; #endif +#if defined (__Lynx__) +# undef STDERR +#endif + #define ACE_LOG_MSG ACE_Log_Msg::instance () class ACE_Export ACE_Log_Msg -- cgit v1.2.1