Files
MINGW-packages/mingw-w64-python3/1610-fix-have-wspawnv.patch
2018-04-16 10:51:53 +03:00

12 lines
458 B
Diff

diff -Naur Python-3.6.5-orig/Modules/posixmodule.c Python-3.6.5/Modules/posixmodule.c
--- Python-3.6.5-orig/Modules/posixmodule.c 2018-04-16 09:55:00.365589100 +0300
+++ Python-3.6.5/Modules/posixmodule.c 2018-04-16 09:55:09.709466900 +0300
@@ -183,6 +183,7 @@
#define HAVE_GETPPID 1
#define HAVE_GETLOGIN 1
#define HAVE_SPAWNV 1
+#define HAVE_WSPAWNV 1
/*#define HAVE_EXECV 1 - detected by configure*/
#define HAVE_PIPE 1
#define HAVE_POPEN 1