Home | Info | Community | Development | myReactOS | Contact Us
Definition at line 111 of file string.c.
Referenced by ME_UpdateRunFlags().
{ /* FIXME multibyte */ WCHAR *pos = s->szData; while(ME_IsWSpace(*pos++)) ; pos--; if (*pos) return 0; else return 1; }