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.

13 lines
493B

  1. diff -Naur Python-3.8.0-orig/Modules/_gdbmmodule.c Python-3.8.0/Modules/_gdbmmodule.c
  2. --- Python-3.8.0-orig/Modules/_gdbmmodule.c 2019-10-14 16:34:47.000000000 +0300
  3. +++ Python-3.8.0/Modules/_gdbmmodule.c 2019-10-22 10:03:53.161046300 +0300
  4. @@ -11,7 +11,7 @@
  5. #include <fcntl.h>
  6. #include "gdbm.h"
  7. -#if defined(WIN32) && !defined(__CYGWIN__)
  8. +#if defined(WIN32) && !defined(__CYGWIN__) && !defined(__MINGW32__)
  9. #include "gdbmerrno.h"
  10. extern const char * gdbm_strerror(gdbm_error);
  11. #endif