From 6822b7fa4989925c477984a07f71ceaff47eb4a3 Mon Sep 17 00:00:00 2001 From: Johnny Willemsen Date: Mon, 1 Jun 2009 05:15:18 +0000 Subject: Mon Jun 1 05:15:05 2009 Johnny Willemsen * ace/config-win32-borland.h: We new require to have update pack 3 installed --- ACE/ChangeLog | 7 ++++++- ACE/ace/config-win32-borland.h | 6 +++--- 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 + + * ace/config-win32-borland.h: + We new require to have update pack 3 installed + Fri May 29 16:08:32 UTC 2009 Steve Huston * tests/Bug_2740_Regression_Test.cpp: @@ -10,7 +15,7 @@ Fri May 29 13:36:05 2009 Marcel Smit * 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 -- cgit v1.2.1