]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/msw/chkconf.h
No real changes, just make wxDataViewCtrl::Init() private in wxGTK.
[wxWidgets.git] / include / wx / msw / chkconf.h
index f855d59ab56b623ee81c9d92bed483dd9844af0a..b62f30c5c15a3fb2689a01f25421cfb1307835c7 100644 (file)
 #   define wxUSE_POSTSCRIPT 1
 #endif
 
-/*
-   Currently only recent MSVC compilers can build the new events code under
-   Windows.
- */
-#if !wxEVENTS_COMPATIBILITY_2_8
-#   if !wxCHECK_VISUALC_VERSION(7)
-#       undef wxEVENTS_COMPATIBILITY_2_8
-#       define wxEVENTS_COMPATIBILITY_2_8 1
-#   endif
-#endif
-
 #endif /* _WX_MSW_CHKCONF_H_ */