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:
parent
0cbb7d59d4
commit
f7c3b945ec
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user