mirror of
https://github.com/reactos/reactos.git
synced 2025-02-25 01:39:30 +00:00
[SHELL32] revert 72685 the testman hang wasn't related
svn path=/trunk/; revision=72764
This commit is contained in:
parent
2d582ff542
commit
e0f1966727
1 changed files with 2 additions and 2 deletions
|
@ -2521,7 +2521,7 @@ HRESULT STDMETHODCALLTYPE CDefView::CreateViewWindow2(LPSV2CVW2_PARAMS view_para
|
||||||
if (view_params->pvid != NULL)
|
if (view_params->pvid != NULL)
|
||||||
{
|
{
|
||||||
FIXME("SHELLVIEWID not handled, FAIL\n");
|
FIXME("SHELLVIEWID not handled, FAIL\n");
|
||||||
return E_NOTIMPL;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
view_params->hwndView = 0;
|
view_params->hwndView = 0;
|
||||||
|
|
Loading…
Reference in a new issue