Searched defs:STR_CASE_CMP (Results 1 – 1 of 1) sorted by relevance
44 #define STR_CASE_CMP(s1, s2) ::_stricmp(s1, s2) macro48 #define STR_CASE_CMP(s1, s2) ::strcasecmp(s1, s2) macro