12 #if (_MSC_VER <= 1800) 14 #define snprintf _snprintf 19 #ifndef TTV_STRCASECMP_DEFINED 20 #define TTV_STRCASECMP_DEFINED 24 return _stricmp(one, two);
27 inline int strncasecmp(
const char *one,
const char *two,
size_t count)
29 return _strnicmp(one, two, count);