# define wxUSE_POSTSCRIPT 1
#endif
-/* VC6 and 7 currently can't handle template Connect() overloads: */
+/*
+ Currently only recent MSVC compilers can build the new events code under
+ Windows.
+ */
#if !wxEVENTS_COMPATIBILITY_2_8
-# if defined(__VISUALC__) && !wxCHECK_VISUALC_VERSION(8)
+# if !wxCHECK_VISUALC_VERSION(7)
# undef wxEVENTS_COMPATIBILITY_2_8
# define wxEVENTS_COMPATIBILITY_2_8 1
# endif