wbemprox/tests: Make test_GetNames() static.
This commit is contained in:
parent
93bd41c3f7
commit
1eb2e8b3e1
|
@ -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','_',
|
||||
|
|
Loading…
Reference in New Issue