]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/dfb/chkconf.h
Extract OS X non-GUI event loop in a separate header.
[wxWidgets.git] / include / wx / dfb / chkconf.h
index 6e2895a16a3abe81785832a79647282d26ebf38f..705890fc7b8987cd4678173dd5de591c674a45b0 100644 (file)
 #   endif
 #endif
 
+#if wxUSE_DATAOBJ
+#   ifdef wxABORT_ON_CONFIG_ERROR
+#       error "wxDataObject not supported in wxDFB"
+#   else
+#       undef wxUSE_DATAOBJ
+#       define wxUSE_DATAOBJ 0
+#   endif
+#endif
+
 #endif /* _WX_DFB_CHKCONF_H_ */