shdocvw: Return S_OK in IPersistStreamInit::Load.

This commit is contained in:
Jacek Caban 2006-07-22 15:13:36 +02:00 committed by Alexandre Julliard
parent e41cd2ff14
commit 9dc2563aaa
1 changed files with 1 additions and 1 deletions

View File

@ -148,7 +148,7 @@ static HRESULT WINAPI PersistStreamInit_Load(IPersistStreamInit *iface, LPSTREAM
{
WebBrowser *This = PERSTRINIT_THIS(iface);
FIXME("(%p)->(%p)\n", This, pStg);
return E_NOTIMPL;
return S_OK;
}
static HRESULT WINAPI PersistStreamInit_Save(IPersistStreamInit *iface, LPSTREAM pStg,