Commit ac4abb75 authored by Jacek Caban's avatar Jacek Caban Committed by Alexandre Julliard

shdocvw: Return S_OK in IPersistStreamInit::InitNew.

parent a2f715e5
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment