disable new events for MSVC 7, it fails to compile it (#10000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@58041 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -403,7 +403,7 @@
|
||||
|
||||
/* VC6 can't handle the templates for the 'type safe events': */
|
||||
#if !wxEVENTS_COMPATIBILITY_2_8
|
||||
# ifdef __VISUALC6__
|
||||
# if wxVISUALC_VERSION && !wxCHECK_VISUALC_VERSION(8)
|
||||
# undef wxEVENTS_COMPATIBILITY_2_8
|
||||
# define wxEVENTS_COMPATIBILITY_2_8 1
|
||||
# endif
|
||||
|
Reference in New Issue
Block a user