Hans Leidekker : fusion: Uninstall assembly used to check for presence of . NET runtime.
Module: wine Branch: master Commit: a76c15356bf2359336a8e7a4b89182157bd13953 URL: http://source.winehq.org/git/wine.git/?a=commit;h=a76c15356bf2359336a8e7a4b8... Author: Hans Leidekker <hans(a)codeweavers.com> Date: Thu Feb 19 14:03:43 2009 +0100 fusion: Uninstall assembly used to check for presence of .NET runtime. --- dlls/fusion/tests/asmcache.c | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/dlls/fusion/tests/asmcache.c b/dlls/fusion/tests/asmcache.c index db4856a..295a2c4 100644 --- a/dlls/fusion/tests/asmcache.c +++ b/dlls/fusion/tests/asmcache.c @@ -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; }
participants (1)
-
Alexandre Julliard