From 599132d33a6ea61e76f75e211fa414f15052a4cf Mon Sep 17 00:00:00 2001 From: =?utf8?q?W=C5=82odzimierz=20Skiba?= Date: Tue, 16 Nov 2004 13:51:16 +0000 Subject: [PATCH] eVC3 media fix. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@30569 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- include/wx/msw/chkconf.h | 10 ++++++++++ 1 file changed, 10 insertions(+) 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_ */ -- 2.50.0