]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/msw/chkconf.h
Rebake after last change.
[wxWidgets.git] / include / wx / msw / chkconf.h
index 502d40be42a64819ed08d2f427d14abd3a3ce643..d1d30c7c24556f26807c6dbbfdaa85d4cb5c2c45 100644 (file)
 #   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
-#   if wxVISUALC_VERSION && !wxCHECK_VISUALC_VERSION(8)
+#   if !wxCHECK_VISUALC_VERSION(7)
 #       undef wxEVENTS_COMPATIBILITY_2_8
 #       define wxEVENTS_COMPATIBILITY_2_8 1
 #   endif