wbemprox/tests: Make test_GetNames() static.

Francois Gouget fgouget at free.fr
Mon Mar 31 04:25:54 CDT 2014


---
 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','_',
-- 
1.9.1



More information about the wine-patches mailing list