Francois Gouget : wbemprox/tests: Make test_GetNames() static.

Alexandre Julliard julliard at winehq.org
Mon Mar 31 13:32:43 CDT 2014


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

Author: Francois Gouget <fgouget at free.fr>
Date:   Mon Mar 31 11:25:54 2014 +0200

wbemprox/tests: Make test_GetNames() static.

---

 dlls/wbemprox/tests/query.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dlls/wbemprox/tests/query.c b/dlls/wbemprox/tests/query.c
index e99e4ea..d244dad 100644
--- a/dlls/wbemprox/tests/query.c
+++ b/dlls/wbemprox/tests/query.c
@@ -616,7 +616,7 @@ static void test_query_async( IWbemServices *services )
     SysFreeString( query );
 }
 
-void test_GetNames( IWbemServices *services )
+static void test_GetNames( IWbemServices *services )
 {
     static const WCHAR queryW[] =
         {'S','E','L','E','C','T',' ','*',' ','F','R','O','M',' ','W','i','n','3','2','_',




More information about the wine-cvs mailing list