summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2021-08-16 08:28:09 +0200
committerJohnny Willemsen <jwillemsen@remedy.nl>2021-08-16 08:30:39 +0200
commit38bfd5a69ed2f584e436980b9fe309935010919f (patch)
treee097c3e55bc3d604bafc20f75d4a567f41e1f38d
parent1d6b85815057d39cb289d69b1526eddc9afc7ae6 (diff)
downloadATCD-38bfd5a69ed2f584e436980b9fe309935010919f.tar.gz
Updated Embarcadero version checks
-rw-r--r--ACE/ace/config-win32-borland.h12
1 files changed, 4 insertions, 8 deletions
diff --git a/ACE/ace/config-win32-borland.h b/ACE/ace/config-win32-borland.h
index 88b54d708cd..25deadef218 100644
--- a/ACE/ace/config-win32-borland.h
+++ b/ACE/ace/config-win32-borland.h
@@ -145,14 +145,10 @@
# endif /* !__MT__ */
#endif /* ACE_MT_SAFE && ACE_MT_SAFE != 0 */
-#if (__BORLANDC__ <= 0x750)
-# define ACE_LACKS_ISWCTYPE
-# define ACE_LACKS_ISCTYPE
-#endif
-
-#if (__BORLANDC__ >= 0x640) && (__BORLANDC__ <= 0x750)
-# define ACE_LACKS_STRTOK_R
-#endif
+#define ACE_LACKS_ISWCTYPE
+#define ACE_LACKS_ISCTYPE
+#define ACE_LACKS_STRTOK_R
+#define ACE_LACKS_ASCTIME_R
#if (__BORLANDC__ <= 0x740)
# define ACE_LACKS_LOCALTIME_R