summary |
shortlog |
log |
commit | commitdiff |
tree
raw |
patch |
inline | side by side (from parent 1:
226ec5a)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@30569
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
#define wxUSE_WCHAR_T 0
#endif
#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_ */
#endif
/* _WX_MSW_CHKCONF_H_ */