diff --git a/dlls/kernel32/tests/locale.c b/dlls/kernel32/tests/locale.c index 2efa6f879f9..ee1dc5cc3f9 100644 --- a/dlls/kernel32/tests/locale.c +++ b/dlls/kernel32/tests/locale.c @@ -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 );