This time with patch...
Changelog:
Test only stdole32.tlb as we don't have olepro32.dll in Win
Index: dlls/oleaut32/tests/typelib.c =================================================================== RCS file: /home/wine/wine/dlls/oleaut32/tests/typelib.c,v retrieving revision 1.1 diff -u -p -r1.1 typelib.c --- dlls/oleaut32/tests/typelib.c 19 Aug 2004 20:29:16 -0000 1.1 +++ dlls/oleaut32/tests/typelib.c 4 Jun 2005 22:49:34 -0000 @@ -58,9 +58,6 @@ void ref_count_test(LPCWSTR type_lib)
START_TEST(typelib) { - static const WCHAR type_lib_olepro32[] = {'o','l','e','p','r','o','3','2','.','d','l','l',0}; static const WCHAR type_lib_stdole32[] = {'s','t','d','o','l','e','3','2','.','t','l','b',0}; - - ref_count_test(type_lib_olepro32); ref_count_test(type_lib_stdole32); }