Andrew Talbot : kernel32/tests: Replace inline static with static inline.

Alexandre Julliard julliard at wine.codeweavers.com
Wed Mar 21 17:02:52 CDT 2007


Module: wine
Branch: master
Commit: c261a75a6fa27c8462719d169e489e5b60859bf7
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=c261a75a6fa27c8462719d169e489e5b60859bf7

Author: Andrew Talbot <Andrew.Talbot at talbotville.com>
Date:   Wed Mar 21 18:02:05 2007 +0000

kernel32/tests: Replace inline static with static inline.

---

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

diff --git a/dlls/kernel32/tests/locale.c b/dlls/kernel32/tests/locale.c
index 2efa6f8..ee1dc5c 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 );




More information about the wine-cvs mailing list