ole32/tests: Work around broken Windows urlmon.dll.

This commit is contained in:
Ge van Geldorp 2009-01-02 21:14:45 +01:00 committed by Alexandre Julliard
parent 9abde541b5
commit 69c5fca81a
1 changed files with 1 additions and 1 deletions

View File

@ -931,7 +931,7 @@ static void test_CoFreeUnusedLibraries(void)
ok(!is_module_loaded("urlmon.dll"), "urlmon.dll shouldn't be loaded\n");
hr = CoCreateInstance(&CLSID_FileProtocol, NULL, CLSCTX_INPROC_SERVER, &IID_IUnknown, (void **)&pUnk);
hr = CoCreateInstance(&CLSID_FileProtocol, NULL, CLSCTX_INPROC_SERVER, &IID_IInternetProtocol, (void **)&pUnk);
if (hr == REGDB_E_CLASSNOTREG)
{
trace("IE not installed so can't run CoFreeUnusedLibraries test\n");