riched20/tests: Make keep_responsive() and customWordBreakProc() static.

Francois Gouget fgouget at free.fr
Sat Dec 13 05:05:29 CST 2008


---
 dlls/riched20/tests/editor.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/dlls/riched20/tests/editor.c b/dlls/riched20/tests/editor.c
index f4f5f1b..39d519b 100644
--- a/dlls/riched20/tests/editor.c
+++ b/dlls/riched20/tests/editor.c
@@ -59,7 +59,7 @@ static HWND new_richedit(HWND parent) {
 
 /* Keeps the window reponsive for the deley_time in seconds.
  * This is useful for debugging a test to see what is happening. */
-void keep_responsive(time_t delay_time)
+static void keep_responsive(time_t delay_time)
 {
     MSG msg;
     time_t end;
@@ -5542,7 +5542,7 @@ static void test_undo_coalescing(void)
     DestroyWindow(hwnd);
 }
 
-LONG CALLBACK customWordBreakProc(WCHAR *text, int pos, int bytes, int code)
+static LONG CALLBACK customWordBreakProc(WCHAR *text, int pos, int bytes, int code)
 {
     int length;
 
-- 
1.5.6.5




More information about the wine-patches mailing list