Fequal_including_properties fix
[bpt/emacs.git] / src / termhooks.h
index 7aef3ae..f9bf9d7 100644 (file)
@@ -651,10 +651,8 @@ extern void delete_terminal (struct terminal *);
 /* The initial terminal device, created by initial_term_init.  */
 extern struct terminal *initial_terminal;
 
-#ifdef DOS_NT
 extern unsigned char *encode_terminal_code (struct glyph *, int,
                                            struct coding_system *);
-#endif
 
 #ifdef HAVE_GPM
 extern void close_gpm (int gpm_fd);