# define wxUSE_POSTSCRIPT 1
#endif
-/* VC6 can't handle the templates for the 'type safe events': */
+/*
+ Currently only recent MSVC compilers can build the new events code under
+ Windows.
+ */
#if !wxEVENTS_COMPATIBILITY_2_8
-# ifdef __VISUALC6__
+# if !wxCHECK_VISUALC_VERSION(7)
# undef wxEVENTS_COMPATIBILITY_2_8
# define wxEVENTS_COMPATIBILITY_2_8 1
# endif