[SHELL32] revert 72685 the testman hang wasn't related

svn path=/trunk/; revision=72764
This commit is contained in:
Christoph von Wittich 2016-09-21 19:51:35 +00:00
parent 2d582ff542
commit e0f1966727

View 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);