mshtml: Make navigate_uri() static.

Francois Gouget fgouget at free.fr
Mon Sep 24 01:42:13 CDT 2012


---
 dlls/mshtml/navigate.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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;
-- 
1.7.10.4




More information about the wine-patches mailing list