Skip to content
Snippets Groups Projects
Commit 69c5fca8 authored by Ge van Geldorp's avatar Ge van Geldorp Committed by Alexandre Julliard
Browse files

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

parent 9abde541
No related branches found
No related tags found
No related merge requests found
......@@ -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");
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment