Commit 70cdb5c3 authored by Francois Gouget's avatar Francois Gouget Committed by Alexandre Julliard

ole32/tests: Make test_readonly() static.

parent 47be6e83
......@@ -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;
......
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