summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ace/config-win32-borland.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/ace/config-win32-borland.h b/ace/config-win32-borland.h
index df5b0604c2b..642c605779d 100644
--- a/ace/config-win32-borland.h
+++ b/ace/config-win32-borland.h
@@ -55,5 +55,10 @@
# define ACE_LACKS_MODE_MASKS 1
# define ACE_WSTRING_HAS_USHORT_SUPPORT 1
+#ifdef ACE_USES_STD_NAMESPACE_FOR_STDC_LIB
+#undef ACE_USES_STD_NAMESPACE_FOR_STDC_LIB
+#define ACE_USES_STD_NAMESPACE_FOR_STDC_LIB 1
+#endif
+
#include "ace/post.h"
#endif /* ACE_CONFIG_WIN32_BORLAND_H */