projects
/
ncurses.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
ncurses 6.2 - patch 20200907
[ncurses.git]
/
c++
/
internal.h
diff --git
a/c++/internal.h
b/c++/internal.h
index 5cd2020d674d40fda5906cf7692c5e545bcaebc9..f67aaec3d99f0ac51b2a1e919086f2c1154a5165 100644
(file)
--- a/
c++/internal.h
+++ b/
c++/internal.h
@@
-32,7
+32,7
@@
* Author: Juergen Pfeifer, 1997 *
****************************************************************************/
* Author: Juergen Pfeifer, 1997 *
****************************************************************************/
-// $Id: internal.h,v 1.2
0 2020/02/02 23:34:34
tom Exp $
+// $Id: internal.h,v 1.2
2 2020/08/29 23:06:41
tom Exp $
#ifndef NCURSES_CPLUS_INTERNAL_H
#define NCURSES_CPLUS_INTERNAL_H 1
#ifndef NCURSES_CPLUS_INTERNAL_H
#define NCURSES_CPLUS_INTERNAL_H 1
@@
-45,8
+45,12
@@
#define MODULE_ID(id) /*nothing */
#endif
#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>
#include <nc_mingw.h>
+#endif
#undef KEY_EVENT
#endif
#undef KEY_EVENT
#endif