Commit 8e84f381 authored by Louis Lenders's avatar Louis Lenders Committed by Alexandre Julliard

shdocvw: Change return value for PersistMemory_Load.

parent 4a8f9347
......@@ -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,
......
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