13 lines
353 B
Diff
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)
|
|
{
|