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

Alexandre Julliard julliard at winehq.org
Fri Dec 12 07:04:22 CST 2008


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

Author: Francois Gouget <fgouget at free.fr>
Date:   Fri Dec 12 10:22:12 2008 +0100

ole32/tests: Make test_runnable() static.

---

 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[] =
     {




More information about the wine-cvs mailing list