Commit 5c046d13 authored by Francois Gouget's avatar Francois Gouget Committed by Alexandre Julliard

mscoree: Make find_mono_dll() static.

parent c71e5e67
......@@ -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};
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment