]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/platform.h
refactor wxGTK mnemonics conversion functions in a separate file to be able to reuse...
[wxWidgets.git] / include / wx / platform.h
index 9076e454eb523794d2420bf12ba70228736704dd..b11bad042a1d0abd035a2723fe8bb217b9ec9da1 100644 (file)
 #endif
 
 
-/* test for old versions of Borland C, need at least 5.82, Turbo explorer, 
+/* test for old versions of Borland C, normally need at least 5.82, Turbo explorer, 
    available for free at http://www.turboexplorer.com/downloads 
 */
-#if defined(__BORLANDC__) && (__BORLANDC__ < 0x582)
-#error "This version of wxWidgets requires at least Borland 5.82 (Turbo Explorer); You may at your own risk remove this line and try your system"
+#if defined(__BORLANDC__) && (__BORLANDC__ < 0x550)
+#error "This version of wxWidgets requires a newer version of Borland - we recommend 5.82 (Turbo Explorer); You may at your own risk remove this line and try your system"
+#endif /* __BORLANDC__ */
+
+#if defined(__BORLANDC__) && (__BORLANDC__ < 0x582) && (__BORLANDC__ > 0x559)
+#error "This version of wxWidgets has problems with Borland 5.6; we recommend getting Borland 5.82 (Turbo Explorer); You may at your own risk remove this line and try your system"
 #endif /* __BORLANDC__ */