]> git.saurik.com Git - wxWidgets.git/commitdiff
set minimum bcc32 version to turbo explorer
authorChris Elliott <biol75@york.ac.uk>
Mon, 8 Oct 2007 08:00:59 +0000 (08:00 +0000)
committerChris Elliott <biol75@york.ac.uk>
Mon, 8 Oct 2007 08:00:59 +0000 (08:00 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@49088 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

include/wx/platform.h

index ca676335ec474097dca7dc9cc8f4c237fbae79ad..bbb005406b914964d4ce5649c4a74897a972b79f 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.
 */