summaryrefslogtreecommitdiff
path: root/ACE/ace/config-win32-borland.h
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2018-08-31 17:51:46 +0200
committerJohnny Willemsen <jwillemsen@remedy.nl>2018-08-31 17:51:46 +0200
commit72ea4b7804d5f2d193513d7ed20036a778775786 (patch)
treedf8bc3bfe378dbd57f93f52bd9018fc28ce4088e /ACE/ace/config-win32-borland.h
parent97c91c6f403cca708bfd46f03b0facd04a0c14f1 (diff)
downloadATCD-72ea4b7804d5f2d193513d7ed20036a778775786.tar.gz
Corrected version check to also include C++BuilderXE2
* ACE/ace/config-win32-borland.h:
Diffstat (limited to 'ACE/ace/config-win32-borland.h')
-rw-r--r--ACE/ace/config-win32-borland.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ACE/ace/config-win32-borland.h b/ACE/ace/config-win32-borland.h
index ceb7782156c..47fd0dbf0d0 100644
--- a/ACE/ace/config-win32-borland.h
+++ b/ACE/ace/config-win32-borland.h
@@ -150,7 +150,7 @@
# define ACE_LACKS_ISCTYPE
#endif
-#if (__BORLANDC__ >= 0x650) && (__BORLANDC__ <= 0x730)
+#if (__BORLANDC__ >= 0x640) && (__BORLANDC__ <= 0x730)
# define ACE_LACKS_STRTOK_R
#endif