mirror of
https://github.com/VARCem/PDCurses.git
synced 2026-09-24 07:45:21 +00:00
Check for MinGW to prevent INFOEX redefinitions
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user