Francois Gouget : msxml3/tests: Make test_xmlns_attribute() static.

Alexandre Julliard julliard at winehq.org
Tue Mar 12 14:21:49 CDT 2013


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

Author: Francois Gouget <fgouget at free.fr>
Date:   Tue Mar 12 11:34:43 2013 +0100

msxml3/tests: Make test_xmlns_attribute() static.

---

 dlls/msxml3/tests/domdoc.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/dlls/msxml3/tests/domdoc.c b/dlls/msxml3/tests/domdoc.c
index 8775312..d5f2413 100644
--- a/dlls/msxml3/tests/domdoc.c
+++ b/dlls/msxml3/tests/domdoc.c
@@ -10754,7 +10754,7 @@ static void test_nodeValue(void)
     IXMLDOMDocument_Release(doc);
 }
 
-void test_xmlns_attribute(void)
+static void test_xmlns_attribute(void)
 {
     BSTR str;
     IXMLDOMDocument *doc;




More information about the wine-cvs mailing list