]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/platform.h
remove deprecated and constructor and SetModal() methods
[wxWidgets.git] / include / wx / platform.h
index ca676335ec474097dca7dc9cc8f4c237fbae79ad..5d1c1d1a2e3955d0783934a1a717ccc16f6f86ad 100644 (file)
 #endif
 
 
+/* test for old versions of Borland C, 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"
+#endif /* __BORLANDC__ */
+
+
 /*
    This macro can be used to test the Open Watcom version.
 */