diff --git a/driver/others/dynamic.c b/driver/others/dynamic.c index e1e159de3..fbf7cd40e 100644 --- a/driver/others/dynamic.c +++ b/driver/others/dynamic.c @@ -38,6 +38,10 @@ #include "common.h" +#ifdef _MSC_VER +#define strncasecmp _strnicmp +#define strcasecmp _stricmp +#endif #ifdef ARCH_X86 #define EXTERN extern