1
0
mirror of https://github.com/rfivet/uemacs.git synced 2024-12-18 07:16:23 -05:00

curses.h now comes in standard include directory on Cygwin.

This commit is contained in:
Renaud 2014-12-22 21:24:47 +08:00
parent 4c8493a888
commit b5405fa6b8

5
tcap.c
View File

@ -20,14 +20,9 @@
#define termdef 1 /* Don't define "term" external. */
#ifndef MINGW32
#ifdef CYGWIN
#include <ncurses/curses.h>
#include <ncurses/term.h>
#else
#include <curses.h>
#include <term.h>
#endif
#endif
#include "display.h"
#include "estruct.h"