mscoree: Make find_mono_dll() static.

Francois Gouget fgouget at free.fr
Tue Sep 28 13:12:44 CDT 2010


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

diff --git a/dlls/mscoree/mscoree_main.c b/dlls/mscoree/mscoree_main.c
index 7cc3887..980bed1 100644
--- a/dlls/mscoree/mscoree_main.c
+++ b/dlls/mscoree/mscoree_main.c
@@ -41,7 +41,7 @@
 
 WINE_DEFAULT_DEBUG_CHANNEL( mscoree );
 
-BOOL find_mono_dll(LPCWSTR path, LPWSTR dll_path, int* abi_version)
+static BOOL find_mono_dll(LPCWSTR path, LPWSTR dll_path, int* abi_version)
 {
     static const WCHAR mono_dll[] = {'\\','b','i','n','\\','m','o','n','o','.','d','l','l',0};
     static const WCHAR libmono_dll[] = {'\\','b','i','n','\\','l','i','b','m','o','n','o','.','d','l','l',0};
-- 
1.7.1




More information about the wine-patches mailing list