mirror of
https://github.com/VARCem/PDCurses.git
synced 2026-09-23 23:35:20 +00:00
Remove remaining LCC ifdefs.
This commit is contained in:
@@ -17,8 +17,7 @@
|
||||
# endif
|
||||
#endif
|
||||
|
||||
#if defined(__CYGWIN32__) || defined(__MINGW32__) || \
|
||||
defined(__LCC__) || defined(__WATCOMC__)
|
||||
#if defined(__CYGWIN32__) || defined(__MINGW32__) || defined(__WATCOMC__)
|
||||
# ifndef HAVE_VSNPRINTF
|
||||
# define HAVE_VSNPRINTF /* have vsnprintf() */
|
||||
# endif
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
# Common elements for most of the DOS, OS/2 and Win32
|
||||
# makefiles (not Watcom or LCC)
|
||||
# makefiles (not Watcom)
|
||||
|
||||
PDCURSES_CURSES_H = $(PDCURSES_SRCDIR)/curses.h
|
||||
PDCURSES_CURSPRIV_H = $(PDCURSES_SRCDIR)/curspriv.h
|
||||
|
||||
@@ -14,8 +14,7 @@
|
||||
# define PDC_ATTR_SHIFT 8
|
||||
#endif
|
||||
|
||||
#if (defined(__CYGWIN32__) || defined(__MINGW32__) || defined(__WATCOMC__) || defined(_MSC_VER)) && \
|
||||
!defined(HAVE_INFOEX)
|
||||
#if !defined(HAVE_INFOEX) && !defined(__DMC__)
|
||||
# define HAVE_INFOEX
|
||||
#endif
|
||||
|
||||
|
||||
Reference in New Issue
Block a user