]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/msw/chkconf.h
TLW default item changes have changed Enter key processing: it was now handled as...
[wxWidgets.git] / include / wx / msw / chkconf.h
index a9dc1a6d0030a3a513f28efae4fc92fb333528ae..28897ab05081f5a46624c633fb95e34e17512f59 100644 (file)
 #           define wxUSE_MEDIACTRL 0
 #       endif
 #   endif
+#   if wxUSE_INKEDIT
+#       ifdef wxABORT_ON_CONFIG_ERROR
+#           error "wxUSE_INKEDIT requires wxUSE_DYNLIB_CLASS"
+#       else
+#           undef wxUSE_INKEDIT
+#           define wxUSE_INKEDIT 0
+#       endif
+#   endif
 #endif  /* wxUSE_DYNLIB_CLASS */
 
+#if !wxUSE_OLE
+#   if wxUSE_DATAOBJ
+#       ifdef wxABORT_ON_CONFIG_ERROR
+#           error "wxUSE_DATAOBJ requires wxUSE_OLE"
+#       else
+#           undef wxUSE_DATAOBJ
+#           define wxUSE_DATAOBJ 0
+#       endif
+#   endif
+#endif /* wxUSE_OLE */
+
 #endif /* _WX_MSW_CHKCONF_H_ */