mirror of
https://github.com/reactos/wine.git
synced 2024-11-25 04:39:45 +00:00
mscoree: Fix build with MSVC.
This commit is contained in:
parent
f217415541
commit
d3918683e6
@ -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);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user