riched20: Return a long in fnGetObjectCount.
This commit is contained in:
parent
05a840dfc9
commit
689675273b
|
@ -348,7 +348,7 @@ IRichEditOle_fnGetObjectCount(IRichEditOle *me)
|
|||
{
|
||||
IRichEditOleImpl *This = impl_from_IRichEditOle(me);
|
||||
FIXME("stub %p\n",This);
|
||||
return E_NOTIMPL;
|
||||
return 0;
|
||||
}
|
||||
|
||||
static HRESULT WINAPI
|
||||
|
|
Loading…
Reference in New Issue