msctf/tests: Move 'inline' right after the storage specifier.

Michael Stefaniuc mstefani at redhat.de
Mon May 4 07:54:44 CDT 2009


---
 dlls/msctf/tests/inputprocessor.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/dlls/msctf/tests/inputprocessor.c b/dlls/msctf/tests/inputprocessor.c
index ba6d1ee..fffa184 100644
--- a/dlls/msctf/tests/inputprocessor.c
+++ b/dlls/msctf/tests/inputprocessor.c
@@ -447,7 +447,7 @@ static void test_Activate(void)
     todo_wine ok(SUCCEEDED(hr),"Failed to Activate text service\n");
 }
 
-static int inline check_context_refcount(ITfContext *iface)
+static inline int check_context_refcount(ITfContext *iface)
 {
     IUnknown_AddRef(iface);
     return IUnknown_Release(iface);
-- 
1.6.1.1



More information about the wine-patches mailing list