mscoree: Fix build with MSVC.

This commit is contained in:
Thomas Faber 2012-01-25 23:27:44 +01:00 committed by Alexandre Julliard
parent f217415541
commit d3918683e6

View file

@ -1171,7 +1171,7 @@ static MonoAssembly* mono_assembly_search_hook_fn(MonoAssemblyName *aname, char
MonoImageOpenStatus stat;
static WCHAR fusiondll[] = {'f','u','s','i','o','n',0};
HMODULE hfusion=NULL;
static HRESULT WINAPI (*pCreateAssemblyCache)(IAssemblyCache**,DWORD);
static HRESULT (WINAPI *pCreateAssemblyCache)(IAssemblyCache**,DWORD);
stringname = mono->mono_stringify_assembly_name(aname);