[PATCH 4/4] Don't add typelib information to the registry

Paul Vriens Paul.Vriens.Wine at gmail.com
Mon Mar 8 08:09:29 CST 2010


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

diff --git a/dlls/oleaut32/tests/typelib.c b/dlls/oleaut32/tests/typelib.c
index 5aee88d..5f4d997 100644
--- a/dlls/oleaut32/tests/typelib.c
+++ b/dlls/oleaut32/tests/typelib.c
@@ -1378,7 +1378,7 @@ static void test_CreateTypeLib(void) {
     ok(hres == S_OK, "got %08x\n", hres);
     ICreateTypeLib2_Release(createtl);
 
-    hres = LoadTypeLib(filenameW,  &tl);
+    hres = LoadTypeLibEx(filenameW, REGKIND_NONE, &tl);
     ok(hres == S_OK, "got %08x\n", hres);
 
     ITypeInfo_Release(interface2);
-- 
1.6.2.5


--------------010304020400040600030807--



More information about the wine-patches mailing list