]> ncurses.scripts.mit.edu Git - ncurses.git/blobdiff - c++/internal.h
ncurses 6.2 - patch 20210417
[ncurses.git] / c++ / internal.h
index 5cd2020d674d40fda5906cf7692c5e545bcaebc9..f67aaec3d99f0ac51b2a1e919086f2c1154a5165 100644 (file)
@@ -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
 #define MODULE_ID(id)          /*nothing */
 #endif
 
-#ifdef _WIN32
+#if (defined(_WIN32) || defined(_WIN64))
+#if defined(EXP_WIN32_DRIVER)
+#include <nc_win32.h>
+#else
 #include <nc_mingw.h>
+#endif
 #undef KEY_EVENT
 #endif