Module: wine Branch: master Commit: 7af53b5f485ddca8c4d37e35f0eee445c9866c69 URL: http://source.winehq.org/git/wine.git/?a=commit;h=7af53b5f485ddca8c4d37e35f0...
Author: Francois Gouget fgouget@free.fr Date: Mon Sep 24 08:42:13 2012 +0200
mshtml: Make navigate_uri() static.
---
dlls/mshtml/navigate.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/dlls/mshtml/navigate.c b/dlls/mshtml/navigate.c index 3b618e2..fea8b4c 100644 --- a/dlls/mshtml/navigate.c +++ b/dlls/mshtml/navigate.c @@ -2245,7 +2245,7 @@ HRESULT hlink_frame_navigate(HTMLDocument *doc, LPCWSTR url, nsChannel *nschanne return hres; }
-HRESULT navigate_uri(HTMLOuterWindow *window, IUri *uri, const WCHAR *display_uri) +static HRESULT navigate_uri(HTMLOuterWindow *window, IUri *uri, const WCHAR *display_uri) { nsWineURI *nsuri; HRESULT hres;