Commit 1eb2e8b3 authored by Francois Gouget's avatar Francois Gouget Committed by Alexandre Julliard

wbemprox/tests: Make test_GetNames() static.

parent 93bd41c3
......@@ -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','_',
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment