test whether wxHAS_EVENT_BIND is supported in wx/features.h itself, not wx/chkconf.h as the former is included after the latter and so the check was done too early and wxHAS_EVENT_BIND was always defined
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@60497 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -411,14 +411,4 @@
|
||||
# define wxUSE_POSTSCRIPT 1
|
||||
#endif
|
||||
|
||||
/*
|
||||
Currently only recent MSVC compilers can build the new events code under
|
||||
Windows.
|
||||
*/
|
||||
#ifdef wxHAS_EVENT_BIND
|
||||
# if !wxCHECK_VISUALC_VERSION(7)
|
||||
# undef wxHAS_EVENT_BIND
|
||||
# endif
|
||||
#endif
|
||||
|
||||
#endif /* _WX_MSW_CHKCONF_H_ */
|
||||
|
Reference in New Issue
Block a user