diff options
Diffstat (limited to 'ace/config-all.h')
-rw-r--r-- | ace/config-all.h | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/ace/config-all.h b/ace/config-all.h index 4b825184129..cc4697f523c 100644 --- a/ace/config-all.h +++ b/ace/config-all.h @@ -132,14 +132,6 @@ # endif /* ! ACE_HAS_MUTABLE_KEYWORD */ // ============================================================================ -// UNICODE macros (to be added later) -// ============================================================================ - -// Get the unicode (i.e. ACE_TCHAR) defines -# include "ace/ace_wchar.h" - - -// ============================================================================ // EXPORT macros // // Since Win32 DLL's do not export all symbols by default, they must be @@ -310,6 +302,14 @@ # endif /* ! ACE_CAST_CONST */ // ============================================================================ +// UNICODE macros (to be added later) +// ============================================================================ + +// Get the unicode (i.e. ACE_TCHAR) defines +# include "ace/ace_wchar.h" + + +// ============================================================================ // Compiler Silencing macros // // Some compilers complain about parameters that are not used. This macro |