Test only stdole32.tlb as we don't have olepro32.dll in Wine.

This commit is contained in:
Jacek Caban 2005-06-05 18:04:54 +00:00 committed by Alexandre Julliard
parent 0aab090838
commit f863bb59f9

View File

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