Commit d3918683 authored by Thomas Faber's avatar Thomas Faber Committed by Alexandre Julliard

mscoree: Fix build with MSVC.

parent f2174155
......@@ -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);
......
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