diff --git a/src/flstring.h b/src/flstring.h index 58ec66d72..cacd3876b 100644 --- a/src/flstring.h +++ b/src/flstring.h @@ -48,7 +48,7 @@ # undef index # endif /* index */ -# if defined(WIN32) && !defined(__CYGWIN__) +# if defined(WIN32) && !defined(__CYGWIN__) && !defined(__MINGW32__) # define strcasecmp(s,t) _stricmp((s), (t)) # define strncasecmp(s,t,n) _strnicmp((s), (t), (n)) // Visual C++ 2005 incorrectly displays a warning about the use of POSIX APIs