HAVE_INFOEX test really belongs under win32; make compiler list

inclusive rather than exclusive.
This commit is contained in:
William McBrine
2016-01-05 01:11:40 -05:00
parent 99fb27a750
commit d94161d682
2 changed files with 5 additions and 6 deletions

View File

@@ -32,12 +32,6 @@
# define _CRT_SECURE_NO_DEPRECATE 1 /* kill nonsense warnings */
#endif
#if (defined(__CYGWIN32__) || defined(_WIN32)) && !defined(__TURBOC__) && \
!defined(__LCC__) && !defined(__DMC__) && !defined(__MINGW32__) && \
!defined(HAVE_INFOEX)
# define HAVE_INFOEX
#endif
/*----------------------------------------------------------------------*/
typedef struct /* structure for ripped off lines */

View File

@@ -14,6 +14,11 @@
# define PDC_ATTR_SHIFT 8
#endif
#if (defined(__CYGWIN32__) || defined(__WATCOMC__) || defined(_MSC_VER)) && \
!defined(HAVE_INFOEX)
# define HAVE_INFOEX
#endif
extern unsigned char *pdc_atrtab;
extern HANDLE pdc_con_out, pdc_con_in;
extern DWORD pdc_quick_edit;