]> git.eshelyaron.com Git - emacs.git/commitdiff
(FRAME_TERMCAP_P) [WINDOWSNT && !HAVE_NTGUI]:
authorRichard M. Stallman <rms@gnu.org>
Fri, 26 Apr 1996 19:56:17 +0000 (19:56 +0000)
committerRichard M. Stallman <rms@gnu.org>
Fri, 26 Apr 1996 19:56:17 +0000 (19:56 +0000)
Remove conditional for HAVE_NTGUI.

src/term.c

index b81941aa5859b829e92c189eba534e6db2617488..0a58c4b8dcd2f8f7ff66a91e039a0c31cdbb823c 100644 (file)
@@ -298,7 +298,6 @@ extern char *tgetstr ();
 \f
 
 #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
@@ -307,7 +306,6 @@ extern char *tgetstr ();
 
 #undef FRAME_TERMCAP_P
 #define FRAME_TERMCAP_P(_f_) 0
-#endif /* not HAVE_NTGUI */
 #endif /* WINDOWSNT */
 
 ring_bell ()