+/* 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
+
+/* Disable controls for pointing devices */
+#if defined(__SMARTPHONE__)
+ #undef wxUSE_NOTEBOOK
+ #undef wxUSE_LISTBOOK
+ #define wxUSE_NOTEBOOK 0
+ #define wxUSE_LISTBOOK 0
+#endif
+