Cross-Platform build scripts for audio plugins
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

18 lines
528B

  1. diff -Naur Python-3.8.0-orig/Include/py_curses.h Python-3.8.0/Include/py_curses.h
  2. --- Python-3.8.0-orig/Include/py_curses.h 2019-10-14 16:34:47.000000000 +0300
  3. +++ Python-3.8.0/Include/py_curses.h 2019-10-22 10:03:25.689398000 +0300
  4. @@ -36,6 +36,13 @@
  5. #include <curses.h>
  6. #endif
  7. +#if defined(__MINGW32__)
  8. +#include <windows.h>
  9. +#if !defined(_ISPAD)
  10. +#define _ISPAD 0x10
  11. +#endif
  12. +#endif
  13. +
  14. #ifdef HAVE_NCURSES_H
  15. /* configure was checking <curses.h>, but we will
  16. use <ncurses.h>, which has some or all these features. */