X-Git-Url: http://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=progs%2Fprogs.priv.h;h=881c4af627b870884643e095331b3a7be67df644;hp=a8d08bda6249658f78511caf0d381a39f8aa9d33;hb=5899b5e464ecec4b1613f6fef8cb7b75793c88e3;hpb=cf6a62567b2365c8678b7d561845bdbd1739e5da;ds=sidebyside diff --git a/progs/progs.priv.h b/progs/progs.priv.h index a8d08bda..881c4af6 100644 --- a/progs/progs.priv.h +++ b/progs/progs.priv.h @@ -31,7 +31,7 @@ * Author: Thomas E. Dickey 1997-on * ****************************************************************************/ /* - * $Id: progs.priv.h,v 1.49 2020/02/29 20:57:36 tom Exp $ + * $Id: progs.priv.h,v 1.50 2020/07/25 22:56:33 tom Exp $ * * progs.priv.h * @@ -123,6 +123,11 @@ extern int optind; #define NCURSES_OPAQUE 0 #include + +#if !(defined(NCURSES_WGETCH_EVENTS) && defined(NEED_KEY_EVENT)) +#undef KEY_EVENT /* reduce compiler-warnings with Visual C++ */ +#endif + #include #include #include