No strncasecmp with MSVC

This commit is contained in:
Isuru Fernando 2017-08-08 00:07:25 +05:30
parent d3b677fe87
commit 2f12ea017b
1 changed files with 4 additions and 0 deletions

View File

@ -38,6 +38,10 @@
#include "common.h"
#ifdef _MSC_VER
#define strncasecmp _strnicmp
#define strcasecmp _stricmp
#endif
#ifdef ARCH_X86
#define EXTERN extern