X-Git-Url: http://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=include%2Fnc_termios.h;h=13cc0af7ab531431377d567045916f8e630b703f;hp=87fa46efb48d4c2f74822a6daaeff22fb9592088;hb=61790aa3ac9e0dff2b443ac567b174fc4d235b86;hpb=47d2fb4537d9ad5bb14f4810561a327930ca4280 diff --git a/include/nc_termios.h b/include/nc_termios.h index 87fa46ef..13cc0af7 100644 --- a/include/nc_termios.h +++ b/include/nc_termios.h @@ -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 @@ -70,9 +70,13 @@ #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