wmvcore/tests: Make test_profile_manager_interfaces() static.

Signed-off-by: Francois Gouget <fgouget@free.fr>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
Francois Gouget 2017-06-04 11:38:44 +02:00 committed by Alexandre Julliard
parent 522385f619
commit bc54489ba6
1 changed files with 1 additions and 1 deletions

View File

@ -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;