diff options
Diffstat (limited to 'ace/config-win32-borland.h')
-rw-r--r-- | ace/config-win32-borland.h | 4 |
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 */ |