mirror of
https://github.com/VARCem/PDCurses.git
synced 2026-09-23 15:25:01 +00:00
Guard against duplicate declarations in term.h and here. This is another
thing that only showed up on my Mac, and I don't get why -- term.h is the same on both.
This commit is contained in:
@@ -23,6 +23,8 @@
|
||||
|
||||
/* Some functions we don't have */
|
||||
|
||||
#define __NCURSES_H
|
||||
|
||||
#ifdef HAVE_PROTO
|
||||
WINDOW *getwin(FILE *filep) { return (WINDOW *)NULL; }
|
||||
int putwin(WINDOW *win, FILE *filep) { return ERR; }
|
||||
|
||||
Reference in New Issue
Block a user