msctf/tests: Make _sink_check_ok() static.
This commit is contained in:
parent
78210e17fa
commit
08c6eca9b5
|
@ -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;
|
||||
|
||||
|
|
Loading…
Reference in New Issue