X-Git-Url: http://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=ncurses%2Fcurses.priv.h;h=df69912c2ce7c962ffb17154ad547a49b9efaad9;hp=daa94c9bded65a33d4b7f22a81ba082608cc3958;hb=5899b5e464ecec4b1613f6fef8cb7b75793c88e3;hpb=cf6a62567b2365c8678b7d561845bdbd1739e5da diff --git a/ncurses/curses.priv.h b/ncurses/curses.priv.h index daa94c9b..df69912c 100644 --- a/ncurses/curses.priv.h +++ b/ncurses/curses.priv.h @@ -35,7 +35,7 @@ ****************************************************************************/ /* - * $Id: curses.priv.h,v 1.631 2020/07/18 20:03:25 tom Exp $ + * $Id: curses.priv.h,v 1.632 2020/07/25 22:55:59 tom Exp $ * * curses.priv.h * @@ -337,7 +337,7 @@ typedef TRIES { #include /* we'll use -Ipath directive to get the right one! */ -#ifndef NEED_KEY_EVENT +#if !(defined(NCURSES_WGETCH_EVENTS) && defined(NEED_KEY_EVENT)) #undef KEY_EVENT /* reduce compiler-warnings with Visual C++ */ #endif