summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/flstring.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/flstring.h b/src/flstring.h
index 3f565a7c9..c575c2069 100644
--- a/src/flstring.h
+++ b/src/flstring.h
@@ -39,7 +39,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