msctf/tests: Make _sink_check_ok() static.
authorFrancois Gouget <fgouget@free.fr>
Thu, 10 Sep 2009 15:59:03 +0000 (17:59 +0200)
committerAlexandre Julliard <julliard@winehq.org>
Fri, 11 Sep 2009 10:10:20 +0000 (12:10 +0200)
dlls/msctf/tests/inputprocessor.c

index 732ab0f60f7ac98a1efcfd1100202c36fde7b641..6267f4a17f289688247a4aed30394e1f9b63aa47 100644 (file)
@@ -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;