improvements to wxEventFunctor classes; use wxHAS_EVENT_BIND instead of wxEVENTS_COMPATIBILITY_2_8 (see #10653)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@60470 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -415,10 +415,9 @@
|
||||
Currently only recent MSVC compilers can build the new events code under
|
||||
Windows.
|
||||
*/
|
||||
#if !wxEVENTS_COMPATIBILITY_2_8
|
||||
#ifdef wxHAS_EVENT_BIND
|
||||
# if !wxCHECK_VISUALC_VERSION(7)
|
||||
# undef wxEVENTS_COMPATIBILITY_2_8
|
||||
# define wxEVENTS_COMPATIBILITY_2_8 1
|
||||
# undef wxHAS_EVENT_BIND
|
||||
# endif
|
||||
#endif
|
||||
|
||||
|
Reference in New Issue
Block a user