]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/msw/chkconf.h
added GetIfActive() method returning non-NULL engine only if themes are not only...
[wxWidgets.git] / include / wx / msw / chkconf.h
index 1dd47b8ea1fc8c94b6cdba1cc337aee8be5d209b..c6765eb50bef982dd3dd6ebbc070279ebc6b7533 100644 (file)
 #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_ */