mirror of
https://github.com/VARCem/PDCurses.git
synced 2026-09-23 15:25:01 +00:00
LCC has INT_MAX in limits.h, and doesn't want it in curses.h. ("ifndef"
doesn't work, since limits.h is included after curses.h.)
This commit is contained in:
5
curses.h
5
curses.h
@@ -18,7 +18,7 @@
|
||||
***************************************************************************
|
||||
*/
|
||||
/*
|
||||
$Id: curses.h,v 1.38 2005/11/23 19:44:20 wmcbrine Exp $
|
||||
$Id: curses.h,v 1.39 2005/11/24 19:02:01 wmcbrine Exp $
|
||||
*/
|
||||
/*
|
||||
*----------------------------------------------------------------------
|
||||
@@ -584,9 +584,6 @@ PDCurses portable platform definitions list:
|
||||
# ifndef WIN32
|
||||
# define WIN32
|
||||
# endif
|
||||
# ifndef INT_MAX
|
||||
# define INT_MAX 32762
|
||||
# endif
|
||||
# ifndef HAVE_LIMITS_H
|
||||
# define HAVE_LIMITS_H /* have <limits.h> */
|
||||
# endif
|
||||
|
||||
Reference in New Issue
Block a user