Module: wine Branch: master Commit: 1eb2e8b3e142a4fe99e20c59aecc33f3d0e3da58 URL: http://source.winehq.org/git/wine.git/?a=commit;h=1eb2e8b3e142a4fe99e20c59ae...
Author: Francois Gouget fgouget@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','_',