[WIN32SS] Replace inline by FORCEINLINE, as in other files of the module

This commit is contained in:
Hervé Poussineau 2020-01-20 17:56:44 +01:00
parent 043ce2c832
commit 99f979d6e9

View 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 */