oleaut32: Always search external references in GetRefTypeInfo.

oldstable
Andrew Eikum 2013-06-05 07:57:13 -05:00 committed by Alexandre Julliard
parent 3983bbf7d9
commit d983e6d590
1 changed files with 0 additions and 2 deletions

View File

@ -7441,8 +7441,6 @@ static HRESULT WINAPI ITypeInfo_fnGetRefTypeInfo(
goto end;
}
}
result = TYPE_E_ELEMENTNOTFOUND;
goto end;
}
LIST_FOR_EACH_ENTRY(ref_type, &This->pTypeLib->ref_list, TLBRefType, entry)