Module: wine Branch: master Commit: 13762e233dfa0d62e9446b045a3eb510b30d31e8 URL: http://source.winehq.org/git/wine.git/?a=commit;h=13762e233dfa0d62e9446b045a...
Author: Paul Vriens Paul.Vriens.Wine@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);