From 6b73ac78de432fc7af184194dab711f5a872e38e Mon Sep 17 00:00:00 2001 From: Chris Elliott Date: Mon, 8 Oct 2007 08:00:59 +0000 Subject: [PATCH] set minimum bcc32 version to turbo explorer git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@49088 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- include/wx/platform.h | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/include/wx/platform.h b/include/wx/platform.h index ca676335ec..bbb005406b 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. */