Add another C99 definition for MSVC, mapping strncasecmp to _strnicmp

metadata
Edgar Velazquez-Armendariz 2013-01-28 20:46:59 -05:00
parent 6177d56456
commit 381250a0df
1 changed files with 1 additions and 0 deletions

View File

@ -203,6 +203,7 @@ MTS_NAMESPACE_END
#define snprintf _snprintf
#define vsnprintf _vsnprintf
#define strncasecmp _strnicmp
#if defined(__64BIT__)
typedef long long ssize_t;