]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/msw/chkconf.h
Blind implementation of GetSubItemRect() for wxListCtrl under carbon
[wxWidgets.git] / include / wx / msw / chkconf.h
index 930edc47a48832395dcc15db8dca2a86fbf2a444..d1d30c7c24556f26807c6dbbfdaa85d4cb5c2c45 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_ */