]> git.saurik.com Git - wxWidgets.git/commitdiff
mci can't play video on win2k - disable for now
authorRyan Norton <wxprojects@comcast.net>
Thu, 11 Nov 2004 15:20:34 +0000 (15:20 +0000)
committerRyan Norton <wxprojects@comcast.net>
Thu, 11 Nov 2004 15:20:34 +0000 (15:20 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@30468 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

src/msw/mediactrl.cpp

index 8362224bd918647cdb5e60cc9ca99d07f07f03d3..34a0a3351064555a9b293a2bae6196d4b79218f3 100644 (file)
@@ -256,10 +256,10 @@ bool wxMediaCtrl::Create(wxWindow* parent, wxWindowID id, const wxString& fileNa
     {
         delete m_imp;
 #endif
-        m_imp = new wxWMMEMediaCtrlImpl;
-        if(!m_imp->Create(this))
+//        m_imp = new wxWMMEMediaCtrlImpl;
+//        if(!m_imp->Create(this))
         {
-            delete m_imp;
+//            delete m_imp;
             m_imp = NULL;
             return false;
         }
@@ -294,10 +294,10 @@ bool wxMediaCtrl::Create(wxWindow* parent, wxWindowID id, const wxURI& location,
     {
         delete m_imp;
 #endif
-        m_imp = new wxWMMEMediaCtrlImpl;
-        if(!m_imp->Create(this))
+//        m_imp = new wxWMMEMediaCtrlImpl;
+//        if(!m_imp->Create(this))
         {
-            delete m_imp;
+//            delete m_imp;
             m_imp = NULL;
             return false;
         }