Browse Source

No strncasecmp with MSVC

tags/v0.3.0
Isuru Fernando 8 years ago
parent
commit
2f12ea017b
1 changed files with 4 additions and 0 deletions
  1. +4
    -0
      driver/others/dynamic.c

+ 4
- 0
driver/others/dynamic.c 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


Loading…
Cancel
Save