ole32/tests: Make test_readonly() static.

This commit is contained in:
Francois Gouget 2009-06-05 08:15:48 +02:00 committed by Alexandre Julliard
parent 47be6e8379
commit 70cdb5c3e4
1 changed files with 1 additions and 1 deletions

View File

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