Commit bc54489b authored by Francois Gouget's avatar Francois Gouget Committed by Alexandre Julliard

wmvcore/tests: Make test_profile_manager_interfaces() static.

parent 522385f6
......@@ -183,7 +183,7 @@ static void test_wmreader_interfaces(void)
IWMReader_Release(reader);
}
void test_profile_manager_interfaces(void)
static void test_profile_manager_interfaces(void)
{
HRESULT hr;
IWMProfileManager *profile;
......
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