From: Ryan Norton Date: Thu, 11 Nov 2004 06:00:32 +0000 (+0000) Subject: ckconf X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/3549217b2467279abf72eff8fb5745cdf61f2482 ckconf git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@30449 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/include/wx/chkconf.h b/include/wx/chkconf.h index 8b8a8c77b7..28f4d18ede 100644 --- a/include/wx/chkconf.h +++ b/include/wx/chkconf.h @@ -626,6 +626,14 @@ # endif #endif /* !defined(wxUSE_SOUND) */ +#ifndef wxUSE_MEDIACTRL +# ifdef wxABORT_ON_CONFIG_ERROR +# error "wxUSE_MEDIACTRL must be defined." +# else +# define wxUSE_MEDIACTRL 0 +# endif +#endif /* !defined(wxUSE_MEDIACTRL) */ + #ifndef wxUSE_SPINBTN # ifdef wxABORT_ON_CONFIG_ERROR # error "wxUSE_SPINBTN must be defined."