X-Git-Url: https://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=include%2Fnc_termios.h;h=c09d18e63067f3c253fdd4df0b19d9682de3d6fe;hp=2217f073039c5b3a5b7fa6097fcc0c8ee984bc8f;hb=32345daa97e69f66b554f02faef53cfd02739bdc;hpb=d129a54c07c01d853ead291e5bef7fe978094f2d;ds=sidebyside diff --git a/include/nc_termios.h b/include/nc_termios.h index 2217f073..c09d18e6 100644 --- a/include/nc_termios.h +++ b/include/nc_termios.h @@ -1,5 +1,5 @@ /**************************************************************************** - * Copyright (c) 2011,2014 Free Software Foundation, Inc. * + * Copyright (c) 2011-2017,2018 Free Software Foundation, Inc. * * * * Permission is hereby granted, free of charge, to any person obtaining a * * copy of this software and associated documentation files (the * @@ -30,11 +30,13 @@ * Author: Thomas E. Dickey 2011 * ****************************************************************************/ -/* $Id: nc_termios.h,v 1.3 2014/05/03 19:40:10 juergen Exp $ */ +/* $Id: nc_termios.h,v 1.6 2018/06/24 00:06:37 tom Exp $ */ #ifndef NC_TERMIOS_included #define NC_TERMIOS_included 1 +#include + #if HAVE_TERMIOS_H && HAVE_TCGETATTR #else /* !HAVE_TERMIOS_H */ @@ -69,7 +71,7 @@ #else /* !HAVE_TERMIO_H */ -#if __MINGW32__ +#if _WIN32 /* lflag bits */ #define ISIG 0x0001 @@ -153,7 +155,7 @@ #undef ttyname #define ttyname(fd) NULL -#endif /* __MINGW32__ */ +#endif /* _WIN32 */ #endif /* HAVE_TERMIO_H */ #endif /* HAVE_TERMIOS_H */