]> code.delx.au - gnu-emacs/blobdiff - src/termhooks.h
Fix the MSDOS build.
[gnu-emacs] / src / termhooks.h
index 961b321891d64f0979304bdfbb1261672d06c337..708351da83d37c0e0866dd7d908e18faedf04fca 100644 (file)
@@ -643,7 +643,7 @@ extern void delete_terminal (struct terminal *);
 /* The initial terminal device, created by initial_term_init.  */
 extern struct terminal *initial_terminal;
 
-#ifdef WINDOWSNT
+#ifdef DOS_NT
 extern unsigned char *encode_terminal_code (struct glyph *, int,
                                            struct coding_system *);
 #endif