[WIN32SS] Replace inline by FORCEINLINE, as in other files of the module
[reactos.git] / win32ss / user / rtl / text.c
index 6456065..061e49b 100644 (file)
@@ -332,7 +332,7 @@ static void TEXT_PathEllipsify (HDC hdc, WCHAR *str, unsigned int max_len,
 }
 
 /* Check the character is Chinese, Japanese, Korean and/or Thai */
-inline BOOL IsCJKT(WCHAR wch)
+FORCEINLINE BOOL IsCJKT(WCHAR wch)
 {
     if (0x0E00 <= wch && wch <= 0x0E7F)
         return TRUE;    /* Thai */