diff options
author | levine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1997-09-12 18:45:26 +0000 |
---|---|---|
committer | levine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1997-09-12 18:45:26 +0000 |
commit | 03f7cfb44f8c19a59f5d974a45aaef7ac108e40e (patch) | |
tree | 73e506f596829f32634bd701de8ab84d102d068e /ace/Log_Msg.h | |
parent | 33af1164199cbf1d5d0f4e7934874c505f81bc5a (diff) | |
download | ATCD-03f7cfb44f8c19a59f5d974a45aaef7ac108e40e.tar.gz |
ported to LynxOS
Diffstat (limited to 'ace/Log_Msg.h')
-rw-r--r-- | ace/Log_Msg.h | 4 |
1 files changed, 4 insertions, 0 deletions
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 |