X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/8e62855a3fecf13954e850d64df98033ef48762b..9e5754bebdc218969efd8f2d30d389e0157e4a2f:/include/wx/msw/chkconf.h diff --git a/include/wx/msw/chkconf.h b/include/wx/msw/chkconf.h index 502d40be42..d1d30c7c24 100644 --- a/include/wx/msw/chkconf.h +++ b/include/wx/msw/chkconf.h @@ -401,9 +401,12 @@ # 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