X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/58bd3862b82749175bd04809607d82f1b22f0300..22cb31398e6a0a966289be8182653309d2929ca2:/include/wx/msw/chkconf.h diff --git a/include/wx/msw/chkconf.h b/include/wx/msw/chkconf.h index c5d0b77e83..d1d30c7c24 100644 --- a/include/wx/msw/chkconf.h +++ b/include/wx/msw/chkconf.h @@ -401,9 +401,12 @@ # 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