hhctrl.ocx: Make AppendFullPathURL() static.

This commit is contained in:
Francois Gouget 2011-03-16 08:32:01 +01:00 committed by Alexandre Julliard
parent 07c14831e6
commit f814b5af68
1 changed files with 1 additions and 1 deletions

View File

@ -111,7 +111,7 @@ BOOL NavigateToUrl(HHInfo *info, LPCWSTR surl)
return ret;
}
BOOL AppendFullPathURL(LPCWSTR file, LPWSTR buf, LPCWSTR index)
static BOOL AppendFullPathURL(LPCWSTR file, LPWSTR buf, LPCWSTR index)
{
static const WCHAR url_format[] =
{'m','k',':','@','M','S','I','T','S','t','o','r','e',':','%','s',':',':','%','s','%','s',0};