diff options
author | brunsch <brunsch@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2000-08-07 04:47:54 +0000 |
---|---|---|
committer | brunsch <brunsch@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2000-08-07 04:47:54 +0000 |
commit | 9845da4c74f1c38b652bc824842640c3c2d76629 (patch) | |
tree | a3b203e85564fc2c0222a661cc2e7da7b4b9421a /ace/config-all.h | |
parent | 55cdc852d4313ddcac98f81dfb226caa76720d0b (diff) | |
download | ATCD-9845da4c74f1c38b652bc824842640c3c2d76629.tar.gz |
ChangeLogTag:Sun Aug 6 21:40:42 2000 Darrell Brunsch <brunsch@uci.edu>
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 |