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:
Włodzimierz Skiba
2004-11-16 13:51:16 +00:00
parent 226ec5a71a
commit 599132d33a

View File

@@ -113,6 +113,16 @@
#define wxUSE_WCHAR_T 0
#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
/* _WX_MSW_CHKCONF_H_ */