Commit 08c6eca9 authored by Francois Gouget's avatar Francois Gouget Committed by Alexandre Julliard

msctf/tests: Make _sink_check_ok() static.

parent 78210e17
......@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment