From: Włodzimierz Skiba Date: Tue, 16 Nov 2004 13:51:16 +0000 (+0000) Subject: eVC3 media fix. X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/599132d33a6ea61e76f75e211fa414f15052a4cf eVC3 media fix. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@30569 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/include/wx/msw/chkconf.h b/include/wx/msw/chkconf.h index 1dd47b8ea1..c6765eb50b 100644 --- a/include/wx/msw/chkconf.h +++ b/include/wx/msw/chkconf.h @@ -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_ */