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:
parent
522385f619
commit
bc54489ba6
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue