summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2009-06-01 05:15:18 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2009-06-01 05:15:18 +0000
commit6822b7fa4989925c477984a07f71ceaff47eb4a3 (patch)
treeb34e9cdb3c7e7c247a32f1c94eddcc35f0e89d56
parentf773e505d6acad9fa5f08c0c8104230dca3d74a7 (diff)
downloadATCD-6822b7fa4989925c477984a07f71ceaff47eb4a3.tar.gz
Mon Jun 1 05:15:05 2009 Johnny Willemsen <jwillemsen@remedy.nl>
* ace/config-win32-borland.h: We new require to have update pack 3 installed
-rw-r--r--ACE/ChangeLog7
-rw-r--r--ACE/ace/config-win32-borland.h6
2 files changed, 9 insertions, 4 deletions
diff --git a/ACE/ChangeLog b/ACE/ChangeLog
index 2b8ac72ab33..e78be0353ba 100644
--- a/ACE/ChangeLog
+++ b/ACE/ChangeLog
@@ -1,3 +1,8 @@
+Mon Jun 1 05:15:05 2009 Johnny Willemsen <jwillemsen@remedy.nl>
+
+ * ace/config-win32-borland.h:
+ We new require to have update pack 3 installed
+
Fri May 29 16:08:32 UTC 2009 Steve Huston <shuston@riverace.com>
* tests/Bug_2740_Regression_Test.cpp:
@@ -10,7 +15,7 @@ Fri May 29 13:36:05 2009 Marcel Smit <msmit@remedy.nl>
* ace/OS_NS_stropts.cpp:
* ace/OS_NS_sys_socket.cpp:
* include/makeinclude/platform_cegcc.GNU:
-
+
Fixed compiler error for QoS when compiler is CE gcc.
Removed UNDER_CE < 500.
diff --git a/ACE/ace/config-win32-borland.h b/ACE/ace/config-win32-borland.h
index a5b8c1556da..8a7be5bbc00 100644
--- a/ACE/ace/config-win32-borland.h
+++ b/ACE/ace/config-win32-borland.h
@@ -11,7 +11,7 @@
#error Use config-win32.h in config.h instead of this header
#endif /* ACE_CONFIG_WIN32_H */
-#if (__BORLANDC__ < 0x610)
+#if (__BORLANDC__ < 0x613)
#error This version of CodeGear C++ is not supported.
#endif
@@ -139,7 +139,7 @@
# endif /* !_MT && !ACE_HAS_WINCE */
#endif /* ACE_MT_SAFE && ACE_MT_SAFE != 0 */
-#if (__BORLANDC__ <= 0x610)
+#if (__BORLANDC__ <= 0x613)
# define ACE_LACKS_ISBLANK
# define ACE_LACKS_ISWBLANK
# define ACE_LACKS_ISWCTYPE
@@ -148,7 +148,7 @@
#define ACE_LACKS_ISCTYPE
-#if (__BORLANDC__ <= 0x610)
+#if (__BORLANDC__ <= 0x613)
// Older Borland compilers can't handle assembly in inline methods or
// templates (E2211). When we build for pentium optimized and we are inlining
// then we disable inline assembly