Files
MINGW-packages/mingw-w64-python3/0240-MINGW-use-main-to-start-execution.patch
2016-07-12 14:49:26 +03:00

13 lines
353 B
Diff

diff -Naur Python-3.5.2-orig/Programs/python.c Python-3.5.2/Programs/python.c
--- Python-3.5.2-orig/Programs/python.c 2016-06-26 00:38:38.000000000 +0300
+++ Python-3.5.2/Programs/python.c 2016-07-12 14:20:58.090300700 +0300
@@ -7,7 +7,7 @@
#include <fenv.h>
#endif
-#ifdef MS_WINDOWS
+#if defined(_MSC_VER)
int
wmain(int argc, wchar_t **argv)
{