hhctrl.ocx: Make AppendFullPathURL() static.
This commit is contained in:
parent
07c14831e6
commit
f814b5af68
|
@ -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};
|
||||
|
|
Loading…
Reference in New Issue