[SHELL32] revert 72685 the testman hang wasn't related
authorChristoph von Wittich <christoph_vw@reactos.org>
Wed, 21 Sep 2016 19:51:35 +0000 (19:51 +0000)
committerChristoph von Wittich <christoph_vw@reactos.org>
Wed, 21 Sep 2016 19:51:35 +0000 (19:51 +0000)
svn path=/trunk/; revision=72764

reactos/dll/win32/shell32/CDefView.cpp

index d973905..d622bba 100644 (file)
@@ -2521,9 +2521,9 @@ HRESULT STDMETHODCALLTYPE CDefView::CreateViewWindow2(LPSV2CVW2_PARAMS view_para
     if (view_params->pvid != NULL)
     {
         FIXME("SHELLVIEWID not handled, FAIL\n");
-        return E_NOTIMPL;
+
     }
-    
+
     view_params->hwndView = 0;
 
     TRACE("(%p)->(shlview=%p set=%p shlbrs=%p rec=%p hwnd=%p) incomplete\n", this, view_params->psvPrev, view_params->pfs, view_params->psbOwner, view_params->prcView, view_params->hwndView);