]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/msw/chkconf.h
Fix crash when editing wxDVC items in place in wxOSX/Cocoa.
[wxWidgets.git] / include / wx / msw / chkconf.h
index db029d3d0ef4e206ad9de972ff78e430cba46918..b62f30c5c15a3fb2689a01f25421cfb1307835c7 100644 (file)
 #   define wxUSE_POSTSCRIPT 1
 #endif
 
-/*
-   Currently only recent MSVC compilers can build the new events code under
-   Windows.
- */
-#ifdef wxHAS_EVENT_BIND
-#   if !wxCHECK_VISUALC_VERSION(7)
-#       undef wxHAS_EVENT_BIND
-#   endif
-#endif
-
 #endif /* _WX_MSW_CHKCONF_H_ */