Thomas Faber : mscoree: Fix build with MSVC.

Alexandre Julliard julliard at winehq.org
Thu Jan 26 14:49:24 CST 2012


Module: wine
Branch: master
Commit: d3918683e6a59b4068f5d28f72a7ab6f78e2c526
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=d3918683e6a59b4068f5d28f72a7ab6f78e2c526

Author: Thomas Faber <thfabba at gmx.de>
Date:   Wed Jan 25 23:27:44 2012 +0100

mscoree: Fix build with MSVC.

---

 dlls/mscoree/metahost.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/dlls/mscoree/metahost.c b/dlls/mscoree/metahost.c
index 454a653..49fb0ee 100644
--- a/dlls/mscoree/metahost.c
+++ b/dlls/mscoree/metahost.c
@@ -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);
 




More information about the wine-cvs mailing list