[prev in list] [next in list] [prev in thread] [next in thread] 

List:       wine-patches
Subject:    mshtml: Make insert_adjacent_node() static.
From:       Francois Gouget <fgouget () free ! fr>
Date:       2015-02-28 17:26:42
Message-ID: alpine.DEB.2.11.1502281826340.9599 () amboise
[Download RAW message or body]

---
 dlls/mshtml/htmlelem.c       | 2 +-
 dlls/mshtml/mshtml_private.h | 2 --
 2 files changed, 1 insertion(+), 3 deletions(-)

diff --git a/dlls/mshtml/htmlelem.c b/dlls/mshtml/htmlelem.c
index 8120761..dfb8be5 100644
--- a/dlls/mshtml/htmlelem.c
+++ b/dlls/mshtml/htmlelem.c
@@ -1508,7 +1508,7 @@ static HRESULT WINAPI HTMLElement_get_outerText(IHTMLElement \
*iface, BSTR *p)  return E_NOTIMPL;
 }
 
-HRESULT insert_adjacent_node(HTMLElement *This, const WCHAR *where, nsIDOMNode \
*nsnode, HTMLDOMNode **ret_node) +static HRESULT insert_adjacent_node(HTMLElement \
*This, const WCHAR *where, nsIDOMNode *nsnode, HTMLDOMNode **ret_node)  {
     nsIDOMNode *ret_nsnode;
     nsresult nsres;
diff --git a/dlls/mshtml/mshtml_private.h b/dlls/mshtml/mshtml_private.h
index 5c3c1ec..fac3c64 100644
--- a/dlls/mshtml/mshtml_private.h
+++ b/dlls/mshtml/mshtml_private.h
@@ -878,8 +878,6 @@ void detach_ranges(HTMLDocumentNode*) DECLSPEC_HIDDEN;
 HRESULT get_node_text(HTMLDOMNode*,BSTR*) DECLSPEC_HIDDEN;
 HRESULT replace_node_by_html(nsIDOMHTMLDocument*,nsIDOMNode*,const WCHAR*) \
DECLSPEC_HIDDEN;  
-HRESULT insert_adjacent_node(HTMLElement*,const WCHAR*,nsIDOMNode*,HTMLDOMNode**) \
                DECLSPEC_HIDDEN;
-
 HRESULT create_nselem(HTMLDocumentNode*,const WCHAR*,nsIDOMHTMLElement**) \
DECLSPEC_HIDDEN;  HRESULT create_element(HTMLDocumentNode*,const \
WCHAR*,HTMLElement**) DECLSPEC_HIDDEN;  
-- 
2.1.4


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic