From 6f405bd5e4bf988d81743ed782175edf920241a0 Mon Sep 17 00:00:00 2001 From: Geoff Voelker Date: Tue, 7 Nov 1995 07:27:19 +0000 Subject: [PATCH] [HAVE_NTGUI] (FRAME_TERMCAP_P): Don't redefine. --- src/term.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/term.c b/src/term.c index c7eb2ca6c7d..a6fb26a5961 100644 --- a/src/term.c +++ b/src/term.c @@ -297,6 +297,7 @@ extern char *tgetstr (); #ifdef WINDOWSNT +#ifndef HAVE_NTGUI /* We aren't X windows, but we aren't termcap either. This makes me uncertain as to what value to use for frame.output_method. For this file, we'll define FRAME_TERMCAP_P to be zero so that our @@ -305,6 +306,7 @@ extern char *tgetstr (); #undef FRAME_TERMCAP_P #define FRAME_TERMCAP_P(_f_) 0 +#endif /* not HAVE_NTGUI */ #endif /* WINDOWSNT */ ring_bell () -- 2.39.2