12 #if (_MSC_VER <= 1800) 14 #define snprintf _snprintf 18 #ifndef TTV_STRCASECMP_DEFINED 19 #define TTV_STRCASECMP_DEFINED 23 return _stricmp(one, two);
26 inline int strncasecmp(
const char *one,
const char *two,
size_t count)
28 return _strnicmp(one, two, count);