Blind check for compatibility flags.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@38654 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Włodzimierz Skiba 2006-04-10 13:42:28 +00:00
parent 0cbb7d59d4
commit f7c3b945ec

View File

@ -831,6 +831,17 @@
check consistency of the settings
*/
#if WXWIN_COMPATIBILITY_2_4
# if !WXWIN_COMPATIBILITY_2_6
# ifdef wxABORT_ON_CONFIG_ERROR
# error "2.4.X compatibility requires 2.6.X compatibility"
# else
# undef WXWIN_COMPATIBILITY_2_6
# define WXWIN_COMPATIBILITY_2_6 1
# endif
# endif
#endif /* WXWIN_COMPATIBILITY_2_4 */
#if wxUSE_ARCHIVE_STREAMS
# if !wxUSE_DATETIME
# ifdef wxABORT_ON_CONFIG_ERROR