X-Git-Url: https://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=c%2B%2B%2Finternal.h;h=f67aaec3d99f0ac51b2a1e919086f2c1154a5165;hp=5cd2020d674d40fda5906cf7692c5e545bcaebc9;hb=f67a188e71a0e6f80c1c45e50e7a7449c2d7bfb3;hpb=47d2fb4537d9ad5bb14f4810561a327930ca4280;ds=sidebyside diff --git a/c++/internal.h b/c++/internal.h index 5cd2020d..f67aaec3 100644 --- a/c++/internal.h +++ b/c++/internal.h @@ -32,7 +32,7 @@ * Author: Juergen Pfeifer, 1997 * ****************************************************************************/ -// $Id: internal.h,v 1.20 2020/02/02 23:34:34 tom Exp $ +// $Id: internal.h,v 1.22 2020/08/29 23:06:41 tom Exp $ #ifndef NCURSES_CPLUS_INTERNAL_H #define NCURSES_CPLUS_INTERNAL_H 1 @@ -45,8 +45,12 @@ #define MODULE_ID(id) /*nothing */ #endif -#ifdef _WIN32 +#if (defined(_WIN32) || defined(_WIN64)) +#if defined(EXP_WIN32_DRIVER) +#include +#else #include +#endif #undef KEY_EVENT #endif