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.

12 lines
352B

  1. diff -Naur Python-3.8.0-orig/Include/osdefs.h Python-3.8.0/Include/osdefs.h
  2. --- Python-3.8.0-orig/Include/osdefs.h 2019-10-14 16:34:47.000000000 +0300
  3. +++ Python-3.8.0/Include/osdefs.h 2019-10-22 10:03:43.426629200 +0300
  4. @@ -10,7 +10,6 @@
  5. #ifdef MS_WINDOWS
  6. #define SEP L'\\'
  7. #define ALTSEP L'/'
  8. -#define MAXPATHLEN 256
  9. #define DELIM L';'
  10. #endif