Skip to content
Snippets Groups Projects
Commit ac4abb75 authored by Jacek Caban's avatar Jacek Caban Committed by Alexandre Julliard
Browse files

shdocvw: Return S_OK in IPersistStreamInit::InitNew.

parent a2f715e5
No related branches found
No related tags found
No related merge requests found
......@@ -171,7 +171,7 @@ static HRESULT WINAPI PersistStreamInit_InitNew(IPersistStreamInit *iface)
{
WebBrowser *This = PERSTRINIT_THIS(iface);
FIXME("(%p)\n", This);
return E_NOTIMPL;
return S_OK;
}
#undef PERSTRINIT_THIS
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment