Andrew Eikum : oleaut32: Always search external references in GetRefTypeInfo.

Alexandre Julliard julliard at winehq.org
Wed Jun 5 13:47:02 CDT 2013


Module: wine
Branch: master
Commit: d983e6d590e67d73456011c703f0eba64dd48e07
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=d983e6d590e67d73456011c703f0eba64dd48e07

Author: Andrew Eikum <aeikum at codeweavers.com>
Date:   Wed Jun  5 07:57:13 2013 -0500

oleaut32: Always search external references in GetRefTypeInfo.

---

 dlls/oleaut32/typelib.c |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)

diff --git a/dlls/oleaut32/typelib.c b/dlls/oleaut32/typelib.c
index 02875c3..69269f2 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)




More information about the wine-cvs mailing list