Added a test for wxUSE_DATAOBJ to wxDFB which doesn't support it.

This is just one of many, many things not supported by wxDFB but check for at
least this one as it prevents even the precompiled header from being created.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@70565 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
2012-02-10 23:34:49 +00:00
parent 077c263a4c
commit 289fc83385

View File

@@ -30,4 +30,13 @@
# endif # endif
#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_ */ #endif /* _WX_DFB_CHKCONF_H_ */