X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/3a04ad791755b30422b061600da4a209b1ac59bc..196a75d48d1076cfa0922720c1b840d495fe2f3d:/include/wx/platform.h diff --git a/include/wx/platform.h b/include/wx/platform.h index ca676335ec..5d1c1d1a2e 100644 --- a/include/wx/platform.h +++ b/include/wx/platform.h @@ -257,6 +257,14 @@ #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. */