Home | History | Annotate | Download | only in c_locale_win32

Lines Matching refs:CSTR_LESS_THAN

1078 #ifndef CSTR_LESS_THAN /* VC5SP3 */
1079 # define CSTR_LESS_THAN 1
1119 return (result == CSTR_EQUAL) ? 0 : (result == CSTR_LESS_THAN) ? -1 : 1;