summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOssama Othman <ossama-othman@users.noreply.github.com>1999-11-30 20:38:38 +0000
committerOssama Othman <ossama-othman@users.noreply.github.com>1999-11-30 20:38:38 +0000
commit9850dab17a092385c47b961a360cdd583fbaa1aa (patch)
tree7cbaa827425c00de0401247e788f60d8490f113d
parent53ca9f9d2b441680bd8c24df2c50c28e90e38305 (diff)
downloadATCD-9850dab17a092385c47b961a360cdd583fbaa1aa.tar.gz
ChangeLogTag:Tue Nov 30 14:24:31 1999 Ossama Othman <othman@cs.wustl.edu>
-rw-r--r--ace/OS.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/ace/OS.h b/ace/OS.h
index a869fb2ca5f..47983b605ea 100644
--- a/ace/OS.h
+++ b/ace/OS.h
@@ -8318,6 +8318,11 @@ ACE_OS_CString (ASCII_STRING).wchar_rep ()
# define ASYS_WIDE_STRING(ASCII_STRING) ASCII_STRING
# endif /* ACE_HAS_MOSTLY_UNICODE_APIS */
+# if !defined (ACE_HAS_MINIMAL_ACE_OS)
+ // This needs to come here to avoid problems with circular dependencies.
+# include "ace/Log_Msg.h"
+# endif /* ! ACE_HAS_MINIMAL_ACE_OS */
+
# if defined (ACE_HAS_INLINED_OSCALLS)
# if defined (ACE_INLINE)
# undef ACE_INLINE
@@ -8326,11 +8331,6 @@ ACE_OS_CString (ASCII_STRING).wchar_rep ()
# include "ace/OS.i"
# endif /* ACE_HAS_INLINED_OSCALLS */
-# if !defined (ACE_HAS_MINIMAL_ACE_OS)
- // This needs to come here to avoid problems with circular dependencies.
-# include "ace/Log_Msg.h"
-# endif /* ! ACE_HAS_MINIMAL_ACE_OS */
-
// Byte swapping macros to deal with differences between little endian
// and big endian machines. Note that "long" here refers to 32 bit
// quantities.