shdocvw: Change return value for PersistMemory_Load.

This commit is contained in:
Louis Lenders 2008-01-10 13:25:23 +00:00 committed by Alexandre Julliard
parent 4a8f9347bd
commit 8e84f38178
1 changed files with 1 additions and 1 deletions

View File

@ -155,7 +155,7 @@ static HRESULT WINAPI PersistMemory_Load(IPersistMemory *iface, LPVOID pMem, ULO
{
WebBrowser *This = PERMEMORY_THIS(iface);
FIXME("(%p)->(%p %x)\n", This, pMem, cbSize);
return E_NOTIMPL;
return S_OK;
}
static HRESULT WINAPI PersistMemory_Save(IPersistMemory *iface, LPVOID pMem,