Commit 68967527 authored by Alistair Leslie-Hughes's avatar Alistair Leslie-Hughes Committed by Alexandre Julliard

riched20: Return a long in fnGetObjectCount.

parent 05a840df
...@@ -348,7 +348,7 @@ IRichEditOle_fnGetObjectCount(IRichEditOle *me) ...@@ -348,7 +348,7 @@ IRichEditOle_fnGetObjectCount(IRichEditOle *me)
{ {
IRichEditOleImpl *This = impl_from_IRichEditOle(me); IRichEditOleImpl *This = impl_from_IRichEditOle(me);
FIXME("stub %p\n",This); FIXME("stub %p\n",This);
return E_NOTIMPL; return 0;
} }
static HRESULT WINAPI static HRESULT WINAPI
......
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