Check for MinGW to prevent INFOEX redefinitions

This commit is contained in:
Alexander Jackson
2016-09-27 16:32:49 -05:00
parent dc1d35e8a2
commit 39b3631fc8

View File

@@ -14,7 +14,7 @@
# define PDC_ATTR_SHIFT 8
#endif
#if (defined(__CYGWIN32__) || defined(__WATCOMC__) || defined(_MSC_VER)) && \
#if (defined(__CYGWIN32__) || defined(__MINGW32__) || defined(__WATCOMC__) || defined(_MSC_VER)) && \
!defined(HAVE_INFOEX)
# define HAVE_INFOEX
#endif