Francois Gouget : msxml3: Mark internal symbols with hidden visibility.

Alexandre Julliard julliard at wine.codeweavers.com
Tue Mar 24 10:00:45 CDT 2015


Module: wine
Branch: master
Commit: 61652263fa45beda0587812e19ab6a635c9d8e31
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=61652263fa45beda0587812e19ab6a635c9d8e31

Author: Francois Gouget <fgouget at free.fr>
Date:   Tue Mar 24 11:43:31 2015 +0100

msxml3: Mark internal symbols with hidden visibility.

---

 dlls/msxml3/xslpattern.l | 1 +
 1 file changed, 1 insertion(+)

diff --git a/dlls/msxml3/xslpattern.l b/dlls/msxml3/xslpattern.l
index bda3836..58df309 100644
--- a/dlls/msxml3/xslpattern.l
+++ b/dlls/msxml3/xslpattern.l
@@ -152,6 +152,7 @@ ANY                 (.)
 
 %%
 
+xmlChar* XSLPattern_to_XPath(xmlXPathContextPtr, xmlChar const*) DECLSPEC_HIDDEN;
 xmlChar* XSLPattern_to_XPath(xmlXPathContextPtr ctxt, xmlChar const* xslpat_str)
 {
     parser_param p;




More information about the wine-cvs mailing list