ole32/tests: Make test_readonly() static.
This commit is contained in:
parent
47be6e8379
commit
70cdb5c3e4
|
@ -1222,7 +1222,7 @@ static void test_access(void)
|
|||
DeleteFileA("winetest");
|
||||
}
|
||||
|
||||
void test_readonly(void)
|
||||
static void test_readonly(void)
|
||||
{
|
||||
IStorage *stg, *stg2, *stg3;
|
||||
IStream *stream;
|
||||
|
|
Loading…
Reference in New Issue