From bf26b5e1de49079f1debd75efbe179653f2a9b5e Mon Sep 17 00:00:00 2001 From: =?utf8?q?V=C3=A1clav=20Slav=C3=ADk?= Date: Sun, 17 Aug 2003 10:30:15 +0000 Subject: [PATCH] don't change WXWIN_COMPATIBLITY settings, it affects binary compatibility git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@22950 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- include/wx/chkconf.h | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/include/wx/chkconf.h b/include/wx/chkconf.h index cd32106010..ebf1ede895 100644 --- a/include/wx/chkconf.h +++ b/include/wx/chkconf.h @@ -38,16 +38,6 @@ # define wxUSE_GUI 1 #endif /* !defined(wxUSE_GUI) */ -/* wxBase doesn't need compatibility settings as it's a new port */ -#if !wxUSE_GUI -# undef WXWIN_COMPATIBILITY -# undef WXWIN_COMPATIBILITY_2 -# undef WXWIN_COMPATIBILITY_2_2 -# define WXWIN_COMPATIBILITY 0 -# define WXWIN_COMPATIBILITY_2 0 -# define WXWIN_COMPATIBILITY_2_2 0 -#endif /* !wxUSE_GUI */ - /* tests for non GUI features */ -- 2.45.2