shdocvw: Return S_OK in IPersistStreamInit::InitNew.
This commit is contained in:
parent
a2f715e536
commit
ac4abb7536
@ -171,7 +171,7 @@ static HRESULT WINAPI PersistStreamInit_InitNew(IPersistStreamInit *iface)
|
|||||||
{
|
{
|
||||||
WebBrowser *This = PERSTRINIT_THIS(iface);
|
WebBrowser *This = PERSTRINIT_THIS(iface);
|
||||||
FIXME("(%p)\n", This);
|
FIXME("(%p)\n", This);
|
||||||
return E_NOTIMPL;
|
return S_OK;
|
||||||
}
|
}
|
||||||
|
|
||||||
#undef PERSTRINIT_THIS
|
#undef PERSTRINIT_THIS
|
||||||
|
Loading…
x
Reference in New Issue
Block a user