ole32/tests: Make test_runnable() static.

Francois Gouget fgouget at free.fr
Fri Dec 12 03:22:12 CST 2008


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

diff --git a/dlls/ole32/tests/ole2.c b/dlls/ole32/tests/ole2.c
index cc3476d..99b8acb 100644
--- a/dlls/ole32/tests/ole2.c
+++ b/dlls/ole32/tests/ole2.c
@@ -1481,7 +1481,7 @@ static void test_default_handler(void)
     IOleObject_Release(pObject);
 }
 
-void test_runnable(void)
+static void test_runnable(void)
 {
     static const char *methods_query_runnable[] =
     {
-- 
1.5.6.5




More information about the wine-patches mailing list