summaryrefslogtreecommitdiff
path: root/ACE/ace/config-win32-borland.h
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2009-12-10 13:07:40 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2009-12-10 13:07:40 +0000
commitdfb5207544b592d0fe6a7d30ea8e9ccdbb838fe8 (patch)
treeb3991ec52d6856625737bea9939f744f060d6b89 /ACE/ace/config-win32-borland.h
parent86c097f23a4734dc3f1bc05d024a06a0860a3d61 (diff)
downloadATCD-dfb5207544b592d0fe6a7d30ea8e9ccdbb838fe8.tar.gz
Thu Dec 10 13:07:58 UTC 2009 Johnny Willemsen <jwillemsen@remedy.nl>
* ace/config-win32-borland.h: Removed hard supported version check
Diffstat (limited to 'ACE/ace/config-win32-borland.h')
-rw-r--r--ACE/ace/config-win32-borland.h4
1 files changed, 0 insertions, 4 deletions
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)