No strncasecmp with MSVC
This commit is contained in:
parent
d3b677fe87
commit
2f12ea017b
|
@ -38,6 +38,10 @@
|
|||
|
||||
#include "common.h"
|
||||
|
||||
#ifdef _MSC_VER
|
||||
#define strncasecmp _strnicmp
|
||||
#define strcasecmp _stricmp
|
||||
#endif
|
||||
|
||||
#ifdef ARCH_X86
|
||||
#define EXTERN extern
|
||||
|
|
Loading…
Reference in New Issue