Add python3 package
This commit is contained in:
14
python3/3.3-PATH_MAX.patch
Normal file
14
python3/3.3-PATH_MAX.patch
Normal file
@@ -0,0 +1,14 @@
|
||||
--- Python-3.3.2-orig/Modules/main.c 2013-05-15 20:32:59.000000000 +0400
|
||||
+++ Python-3.3.2/Modules/main.c 2013-08-02 00:00:38.549804600 +0400
|
||||
@@ -14,9 +14,11 @@
|
||||
#include <windows.h>
|
||||
#ifdef HAVE_FCNTL_H
|
||||
#include <fcntl.h>
|
||||
+#ifndef PATH_MAX
|
||||
#define PATH_MAX MAXPATHLEN
|
||||
#endif
|
||||
#endif
|
||||
+#endif
|
||||
|
||||
#ifdef _MSC_VER
|
||||
#include <crtdbg.h>
|
||||
Reference in New Issue
Block a user