mirror of
https://github.com/rfivet/uemacs.git
synced 2025-11-23 11:41:15 -05:00
Recompile under MinGW32 with base framework for implementing kbd/screen (mingw32 + wscreen).
This commit is contained in:
2
tcap.c
2
tcap.c
@@ -19,6 +19,7 @@
|
||||
#define USE_BROKEN_OPTIMIZATION 0
|
||||
#define termdef 1 /* Don't define "term" external. */
|
||||
|
||||
#ifndef MINGW32
|
||||
#ifdef CYGWIN
|
||||
#include <ncurses/curses.h>
|
||||
#include <ncurses/term.h>
|
||||
@@ -26,6 +27,7 @@
|
||||
#include <curses.h>
|
||||
#include <term.h>
|
||||
#endif
|
||||
#endif
|
||||
|
||||
#include "display.h"
|
||||
#include "estruct.h"
|
||||
|
||||
Reference in New Issue
Block a user