From d983e6d590e67d73456011c703f0eba64dd48e07 Mon Sep 17 00:00:00 2001 From: Andrew Eikum Date: Wed, 5 Jun 2013 07:57:13 -0500 Subject: [PATCH] oleaut32: Always search external references in GetRefTypeInfo. --- dlls/oleaut32/typelib.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/dlls/oleaut32/typelib.c b/dlls/oleaut32/typelib.c index 02875c3a7e5..69269f2d3a3 100644 --- a/dlls/oleaut32/typelib.c +++ b/dlls/oleaut32/typelib.c @@ -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) -- 2.11.4.GIT