mirror of
https://github.com/rfivet/uemacs.git
synced 2024-12-19 07:46:24 -05:00
add ncurses directory for Cygwin
This commit is contained in:
parent
a1124441f7
commit
4b53c4887b
8
tcap.c
8
tcap.c
@ -13,9 +13,15 @@
|
|||||||
#define USE_BROKEN_OPTIMIZATION 0
|
#define USE_BROKEN_OPTIMIZATION 0
|
||||||
#define termdef 1 /* Don't define "term" external. */
|
#define termdef 1 /* Don't define "term" external. */
|
||||||
|
|
||||||
|
#ifdef CYGWIN
|
||||||
#include <ncurses/curses.h>
|
#include <ncurses/curses.h>
|
||||||
#include <stdio.h>
|
|
||||||
#include <ncurses/term.h>
|
#include <ncurses/term.h>
|
||||||
|
#else
|
||||||
|
#include <curses.h>
|
||||||
|
#include <term.h>
|
||||||
|
#endif
|
||||||
|
|
||||||
|
#include <stdio.h>
|
||||||
|
|
||||||
#include "estruct.h"
|
#include "estruct.h"
|
||||||
#include "edef.h"
|
#include "edef.h"
|
||||||
|
Loading…
Reference in New Issue
Block a user