eVC3 media fix.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@30569 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -113,6 +113,16 @@
|
|||||||
#define wxUSE_WCHAR_T 0
|
#define wxUSE_WCHAR_T 0
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
/* Media not supported in eVC3 */
|
||||||
|
#if defined(_WIN32_WCE)
|
||||||
|
#if (_WIN32_WCE < 400)
|
||||||
|
#undef wxUSE_DIRECTSHOW
|
||||||
|
#undef wxUSE_MEDIACTRL
|
||||||
|
#define wxUSE_DIRECTSHOW 0
|
||||||
|
#define wxUSE_MEDIACTRL 0
|
||||||
|
#endif
|
||||||
|
#endif
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
/* _WX_MSW_CHKCONF_H_ */
|
/* _WX_MSW_CHKCONF_H_ */
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user