summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ACE/ChangeLog7
-rw-r--r--ACE/ace/config-win32-borland.h4
2 files changed, 6 insertions, 5 deletions
diff --git a/ACE/ChangeLog b/ACE/ChangeLog
index 9dc0002f6fd..0a6ca37d8d5 100644
--- a/ACE/ChangeLog
+++ b/ACE/ChangeLog
@@ -1,6 +1,11 @@
+Thu Dec 10 13:07:58 UTC 2009 Johnny Willemsen <jwillemsen@remedy.nl>
+
+ * ace/config-win32-borland.h:
+ Removed hard supported version check
+
Wed Dec 9 10:52:26 UTC 2009 Denis Budko <denis.budko@remedy.nl>
- * bin/fuzz.pl:
+ * bin/fuzz.pl:
Updated conditions for new framework
diff --git a/ACE/ace/config-win32-borland.h b/ACE/ace/config-win32-borland.h
index 5616d7ce467..d2e1cfb8c36 100644
--- a/ACE/ace/config-win32-borland.h
+++ b/ACE/ace/config-win32-borland.h
@@ -11,10 +11,6 @@
#error Use config-win32.h in config.h instead of this header
#endif /* ACE_CONFIG_WIN32_H */
-#if (__BORLANDC__ != 0x620)
-#error This version of CodeGear C++ is not supported.
-#endif
-
#define ACE_HAS_CUSTOM_EXPORT_MACROS
#define ACE_Proper_Export_Flag __declspec (dllexport)
#define ACE_Proper_Import_Flag __declspec (dllimport)