mscoree: Make find_mono_dll() static.

This commit is contained in:
Francois Gouget 2010-09-28 20:12:44 +02:00 committed by Alexandre Julliard
parent c71e5e6705
commit 5c046d13d5
1 changed files with 1 additions and 1 deletions

View File

@ -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};