mirror of
https://github.com/reactos/wine.git
synced 2024-11-25 12:49:45 +00:00
Test only stdole32.tlb as we don't have olepro32.dll in Wine.
This commit is contained in:
parent
0aab090838
commit
f863bb59f9
@ -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);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user