Paul Vriens : oleaut32/tests: Don't add typelib information to the registry .

Alexandre Julliard julliard at winehq.org
Mon Mar 15 12:19:30 CDT 2010


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

Author: Paul Vriens <Paul.Vriens.Wine at gmail.com>
Date:   Mon Mar  8 15:09:29 2010 +0100

oleaut32/tests: Don't add typelib information to the registry.

---

 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);




More information about the wine-cvs mailing list