mirror of
https://github.com/VARCem/PDCurses.git
synced 2026-09-25 00:05:16 +00:00
HAVE_INFOEX test really belongs under win32; make compiler list
inclusive rather than exclusive.
This commit is contained in:
@@ -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 */
|
||||
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user