http://git.etersoft.ru/projects
/
wine
/
eterwine.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
78210e1
)
msctf/tests: Make _sink_check_ok() static.
author
Francois Gouget
<fgouget@free.fr>
Thu, 10 Sep 2009 15:59:03 +0000
(17:59 +0200)
committer
Alexandre Julliard
<julliard@winehq.org>
Fri, 11 Sep 2009 10:10:20 +0000
(12:10 +0200)
dlls/msctf/tests/inputprocessor.c
patch
|
blob
|
blame
|
history
diff --git
a/dlls/msctf/tests/inputprocessor.c
b/dlls/msctf/tests/inputprocessor.c
index 732ab0f60f7ac98a1efcfd1100202c36fde7b641..6267f4a17f289688247a4aed30394e1f9b63aa47 100644
(file)
--- 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;