wbemprox/tests: Make test_GetNames() static.

This commit is contained in:
Francois Gouget 2014-03-31 11:25:54 +02:00 committed by Alexandre Julliard
parent 93bd41c3f7
commit 1eb2e8b3e1
1 changed files with 1 additions and 1 deletions

View File

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