msctf/tests: Make _sink_check_ok() static.

This commit is contained in:
Francois Gouget 2009-09-10 17:59:03 +02:00 committed by Alexandre Julliard
parent 78210e17fa
commit 08c6eca9b5
1 changed files with 1 additions and 1 deletions

View 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;