changeset 13417:db5deab8a955

[HAVE_NTGUI] (FRAME_TERMCAP_P): Don't redefine.
author Geoff Voelker <voelker@cs.washington.edu>
date Tue, 07 Nov 1995 07:27:19 +0000
parents 58e22ceabff4
children 3b0b74c6aff7
files src/term.c
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/src/term.c	Tue Nov 07 07:26:18 1995 +0000
+++ b/src/term.c	Tue Nov 07 07:27:19 1995 +0000
@@ -297,6 +297,7 @@
 
 
 #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 @@
 
 #undef FRAME_TERMCAP_P
 #define FRAME_TERMCAP_P(_f_) 0
+#endif /* not HAVE_NTGUI */
 #endif /* WINDOWSNT */
 
 ring_bell ()