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:
Vadim Zeitlin
2009-01-12 14:44:54 +00:00
parent 0b632977d7
commit 8e62855a3f

View File

@@ -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