| commit | f814b5af688dbb060a69efcc191681943daf3194 | [log] [tgz] |
|---|---|---|
| author | Francois Gouget <fgouget@free.fr> | Wed Mar 16 08:32:01 2011 +0100 |
| committer | Alexandre Julliard <julliard@winehq.org> | Wed Mar 16 14:14:24 2011 +0100 |
| tree | 33f8fb19432fe42d8a9f0df13fad2c93457b9751 | |
| parent | 07c14831e657ee7ea86f49bf6c7659d9e6b6dd4e [diff] [blame] |
hhctrl.ocx: Make AppendFullPathURL() static.
diff --git a/dlls/hhctrl.ocx/help.c b/dlls/hhctrl.ocx/help.c index 4c6196e..61d90f6 100644 --- a/dlls/hhctrl.ocx/help.c +++ b/dlls/hhctrl.ocx/help.c
@@ -111,7 +111,7 @@ 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};