Commit c261a75a authored by Andrew Talbot's avatar Andrew Talbot Committed by Alexandre Julliard

kernel32/tests: Replace inline static with static inline.

parent 611acf52
......@@ -55,7 +55,7 @@ static inline WCHAR *strchrW( const WCHAR *str, WCHAR ch )
return NULL;
}
inline static int isdigitW( WCHAR wc )
static inline int isdigitW( WCHAR wc )
{
WORD type;
GetStringTypeW( CT_CTYPE1, &wc, 1, &type );
......
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