ole32/tests: Make test_readonly() static.

Francois Gouget fgouget at free.fr
Fri Jun 5 01:15:48 CDT 2009


---
 dlls/ole32/tests/storage32.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/dlls/ole32/tests/storage32.c b/dlls/ole32/tests/storage32.c
index 29ff0c6..5fef82c 100644
--- a/dlls/ole32/tests/storage32.c
+++ b/dlls/ole32/tests/storage32.c
@@ -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;
-- 
1.6.2.4




More information about the wine-patches mailing list