oleaut32: Set parameter to NULL in GetMops stub.
This commit is contained in:
parent
2184674779
commit
914472ab81
|
@ -6872,7 +6872,8 @@ static HRESULT WINAPI ITypeInfo_fnGetMops( ITypeInfo2 *iface, MEMBERID memid,
|
|||
BSTR *pBstrMops)
|
||||
{
|
||||
ITypeInfoImpl *This = (ITypeInfoImpl *)iface;
|
||||
FIXME("(%p) stub!\n", This);
|
||||
FIXME("(%p %d) stub!\n", This, memid);
|
||||
*pBstrMops = NULL;
|
||||
return S_OK;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue