Commit f814b5af authored by Francois Gouget's avatar Francois Gouget Committed by Alexandre Julliard

hhctrl.ocx: Make AppendFullPathURL() static.

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