oleaut32: Fix a typo where the FIXME doesn't match the code.
This commit is contained in:
parent
e7df38c27f
commit
2fa3cc03a5
|
@ -4981,7 +4981,7 @@ static HRESULT userdefined_to_variantvt(ITypeInfo *tinfo, const TYPEDESC *tdesc,
|
|||
break;
|
||||
|
||||
case TKIND_UNION:
|
||||
FIXME("TKIND_RECORD unhandled.\n");
|
||||
FIXME("TKIND_UNION unhandled.\n");
|
||||
hr = E_NOTIMPL;
|
||||
break;
|
||||
|
||||
|
|
Loading…
Reference in New Issue