summaryrefslogtreecommitdiff
path: root/ace/config-win32-borland.h
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2003-11-05 09:52:05 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2003-11-05 09:52:05 +0000
commitfcd74d8df60b75be34ecca9634830e0b53890145 (patch)
treecaa2cca3926942ee5a23a138bbd7058f9da20467 /ace/config-win32-borland.h
parent25b0c8423db85d0f98adaf08deca7116ff713e5d (diff)
downloadATCD-fcd74d8df60b75be34ecca9634830e0b53890145.tar.gz
ChangeLogTag: Thu Nov 5 09:52:19 UTC 2003 Johnny Willemsen <jwillemsen@remedy.nl>
Diffstat (limited to 'ace/config-win32-borland.h')
-rw-r--r--ace/config-win32-borland.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/ace/config-win32-borland.h b/ace/config-win32-borland.h
index cef2ffcd060..3787de21bd6 100644
--- a/ace/config-win32-borland.h
+++ b/ace/config-win32-borland.h
@@ -82,5 +82,9 @@
# define ACE_PTRDIFF_T_TYPE std::ptrdiff_t
#endif
+#if defined(__BORLANDC__) && (__BORLANDC__ < 0x600)
+#define ACE_USES_EXPLICIT_STD_NAMESPACE
+#endif
+
#include /**/ "ace/post.h"
#endif /* ACE_CONFIG_WIN32_BORLAND_H */