mscoree: Constify a character string

Frédéric Delanoy frederic.delanoy at gmail.com
Mon Dec 16 16:26:11 CST 2013


---
 dlls/mscoree/metahost.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dlls/mscoree/metahost.c b/dlls/mscoree/metahost.c
index 3a7e109..6386122 100644
--- a/dlls/mscoree/metahost.c
+++ b/dlls/mscoree/metahost.c
@@ -1260,7 +1260,7 @@ HRESULT get_file_from_strongname(WCHAR* stringnameW, WCHAR* assemblies_path, int
     HRESULT hr=S_OK;
     IAssemblyCache *asmcache;
     ASSEMBLY_INFO info;
-    static WCHAR fusiondll[] = {'f','u','s','i','o','n',0};
+    static const WCHAR fusiondll[] = {'f','u','s','i','o','n',0};
     HMODULE hfusion=NULL;
     static HRESULT (WINAPI *pCreateAssemblyCache)(IAssemblyCache**,DWORD);
 
-- 
1.8.5




More information about the wine-patches mailing list