Commit a76c1535 authored by Hans Leidekker's avatar Hans Leidekker Committed by Alexandre Julliard

fusion: Uninstall assembly used to check for presence of .NET runtime.

parent fdfeb33f
......@@ -840,6 +840,7 @@ static BOOL check_dotnet20(void)
IAssemblyCache *cache;
HRESULT hr;
BOOL ret = FALSE;
ULONG disp;
static const WCHAR winedll[] = {'w','i','n','e','.','d','l','l',0};
......@@ -859,6 +860,7 @@ static BOOL check_dotnet20(void)
ok(0, "Expected S_OK, got %08x\n", hr);
DeleteFileA("wine.dll");
IAssemblyCache_UninstallAssembly(cache, 0, winedll, NULL, &disp);
IAssemblyCache_Release(cache);
return ret;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment