summarylogtreecommitdiffstats
path: root/0047-remove_path_max.default.patch
diff options
context:
space:
mode:
authoratomlong2021-10-23 17:55:22 +0800
committeratomlong2021-10-23 18:06:15 +0800
commit80096c8de4b34ec1ed8f30bb428918cd592b2424 (patch)
treeb48dd1e73de9ea35a4709fb6b93deb16331ec514 /0047-remove_path_max.default.patch
parent89a67c05174951d172252b1db96ff93cc4ec4bcd (diff)
downloadaur-mingw-w64-python.tar.gz
update to 3.9.7
Diffstat (limited to '0047-remove_path_max.default.patch')
-rw-r--r--0047-remove_path_max.default.patch29
1 files changed, 29 insertions, 0 deletions
diff --git a/0047-remove_path_max.default.patch b/0047-remove_path_max.default.patch
new file mode 100644
index 000000000000..e0cdf36e24e9
--- /dev/null
+++ b/0047-remove_path_max.default.patch
@@ -0,0 +1,29 @@
+From 01d2127df3190c472307aff3aaa71ab65e2450e4 Mon Sep 17 00:00:00 2001
+From: =?UTF-8?q?=D0=90=D0=BB=D0=B5=D0=BA=D1=81=D0=B5=D0=B9?=
+ <alexey.pawlow@gmail.com>
+Date: Thu, 17 Jun 2021 18:51:59 +0530
+Subject: [PATCH 047/N] remove_path_max.default
+MIME-Version: 1.0
+Content-Type: text/plain; charset=UTF-8
+Content-Transfer-Encoding: 8bit
+
+Co-authored-by: Алексей <alexey.pawlow@gmail.com>
+---
+ Include/osdefs.h | 1 -
+ 1 file changed, 1 deletion(-)
+
+diff --git a/Include/osdefs.h b/Include/osdefs.h
+index 3243944..99d4977 100644
+--- a/Include/osdefs.h
++++ b/Include/osdefs.h
+@@ -10,7 +10,6 @@ extern "C" {
+ #ifdef MS_WINDOWS
+ #define SEP L'\\'
+ #define ALTSEP L'/'
+-#define MAXPATHLEN 256
+ #define DELIM L';'
+ #endif
+
+--
+2.33.0
+