15 lines
421 B
Diff
15 lines
421 B
Diff
diff -Naur a/Include/py_curses.h b/Include/py_curses.h
|
|
--- a/Include/py_curses.h 2014-03-18 00:07:53.108600000 +0400
|
|
+++ b/Include/py_curses.h 2014-03-18 00:07:53.249000000 +0400
|
|
@@ -56,6 +56,10 @@
|
|
#endif
|
|
#endif
|
|
|
|
+#if defined(__MINGW32__) && !defined(_ISPAD)
|
|
+#define _ISPAD 0x10
|
|
+#endif
|
|
+
|
|
#ifdef HAVE_NCURSES_H
|
|
/* configure was checking <curses.h>, but we will
|
|
use <ncurses.h>, which has all these features. */
|