msctf/tests: Make _sink_check_ok() static.

Francois Gouget fgouget at free.fr
Thu Sep 10 10:59:03 CDT 2009


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

diff --git a/dlls/msctf/tests/inputprocessor.c b/dlls/msctf/tests/inputprocessor.c
index 732ab0f..6267f4a 100644
--- a/dlls/msctf/tests/inputprocessor.c
+++ b/dlls/msctf/tests/inputprocessor.c
@@ -118,7 +118,7 @@ static inline void _sink_fire_ok(INT *sink, const CHAR* name)
 
 #define sink_fire_ok(a,b) (winetest_set_location(__FILE__,__LINE__), 0) ? 0 : _sink_fire_ok(a,b)
 
-inline void _sink_check_ok(INT *sink, const CHAR* name)
+static inline void _sink_check_ok(INT *sink, const CHAR* name)
 {
     int action = *sink & SINK_ACTION_MASK;
 
-- 
1.6.3.3




More information about the wine-patches mailing list