Skip to content
Snippets Groups Projects
Commit 75e3fe62 authored by Nikolay Sivov's avatar Nikolay Sivov Committed by Alexandre Julliard
Browse files

msscript: Claim success in InitNew().

parent 5c390537
Branches
Tags
No related merge requests found
......@@ -762,7 +762,7 @@ static HRESULT WINAPI PersistStreamInit_InitNew(IPersistStreamInit *iface)
FIXME("(%p)\n", This);
return E_NOTIMPL;
return S_OK;
}
static const IPersistStreamInitVtbl PersistStreamInitVtbl = {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment