]> ncurses.scripts.mit.edu Git - ncurses.git/blobdiff - include/nc_termios.h
ncurses 6.2 - patch 20200829
[ncurses.git] / include / nc_termios.h
index 87fa46efb48d4c2f74822a6daaeff22fb9592088..13cc0af7ab531431377d567045916f8e630b703f 100644 (file)
@@ -31,7 +31,7 @@
  *  Author: Thomas E. Dickey                        2011                    *
  ****************************************************************************/
 
-/* $Id: nc_termios.h,v 1.7 2020/02/02 23:34:34 tom Exp $ */
+/* $Id: nc_termios.h,v 1.8 2020/08/29 20:53:19 tom Exp $ */
 
 #ifndef NC_TERMIOS_included
 #define NC_TERMIOS_included 1
 #define tcflush(fd, arg) ioctl(fd, TCFLSH, arg)
 #endif
 
+#if defined(EXP_WIN32_DRIVER)
+#undef TERMIOS
+#endif
+
 #else /* !HAVE_TERMIO_H */
 
-#if _WIN32
+#if defined(_WIN32) && !defined(EXP_WIN32_DRIVER)
 
 /* lflag bits */
 #define ISIG   0x0001