Add another C99 definition for MSVC, mapping strncasecmp to _strnicmp
parent
6177d56456
commit
381250a0df
|
@ -203,6 +203,7 @@ MTS_NAMESPACE_END
|
||||||
|
|
||||||
#define snprintf _snprintf
|
#define snprintf _snprintf
|
||||||
#define vsnprintf _vsnprintf
|
#define vsnprintf _vsnprintf
|
||||||
|
#define strncasecmp _strnicmp
|
||||||
|
|
||||||
#if defined(__64BIT__)
|
#if defined(__64BIT__)
|
||||||
typedef long long ssize_t;
|
typedef long long ssize_t;
|
||||||
|
|
Loading…
Reference in New Issue