Francois Gouget : ole32/tests: Make test_readonly() static.

Alexandre Julliard julliard at winehq.org
Fri Jun 5 08:56:53 CDT 2009


Module: wine
Branch: master
Commit: 70cdb5c3e4e45a1fda26ad32769d159ac795847d
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=70cdb5c3e4e45a1fda26ad32769d159ac795847d

Author: Francois Gouget <fgouget at free.fr>
Date:   Fri Jun  5 08:15:48 2009 +0200

ole32/tests: Make test_readonly() static.

---

 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;




More information about the wine-cvs mailing list