]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/msw/chkconf.h
more bug fixes to multiple selection mode (see #626, comment 47)
[wxWidgets.git] / include / wx / msw / chkconf.h
index c5d0b77e83d29f933bd302ef8ef1ec9ae0373198..d1d30c7c24556f26807c6dbbfdaa85d4cb5c2c45 100644 (file)
 #   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