shdocvw: Return S_OK in PersistStorage_InitNew.
This commit is contained in:
parent
7b89ff88e8
commit
e55ed113fa
|
@ -67,7 +67,7 @@ static HRESULT WINAPI PersistStorage_InitNew(IPersistStorage *iface, LPSTORAGE p
|
|||
{
|
||||
WebBrowser *This = PERSTORAGE_THIS(iface);
|
||||
FIXME("(%p)->(%p)\n", This, pStg);
|
||||
return E_NOTIMPL;
|
||||
return S_OK;
|
||||
}
|
||||
|
||||
static HRESULT WINAPI PersistStorage_Load(IPersistStorage *iface, LPSTORAGE pStg)
|
||||
|
|
Loading…
Reference in New Issue