[Python-checkins] cpython (3.5): Issue #26071: Fixes preprocessor definition and rebuilds

steve.dower python-checkins at python.org
Tue Dec 13 12:12:51 EST 2016


https://hg.python.org/cpython/rev/c3da1ee47e6b
changeset:   105609:c3da1ee47e6b
branch:      3.5
parent:      105592:47bf09270027
user:        Steve Dower <steve.dower at microsoft.com>
date:        Tue Dec 13 09:06:24 2016 -0800
summary:
  Issue #26071: Fixes preprocessor definition and rebuilds wininst-14.0[-amd64].exe

files:
  Lib/distutils/command/wininst-14.0-amd64.exe |  Bin 
  Lib/distutils/command/wininst-14.0.exe       |  Bin 
  PC/bdist_wininst/install.c                   |    2 +-
  3 files changed, 1 insertions(+), 1 deletions(-)


diff --git a/Lib/distutils/command/wininst-14.0-amd64.exe b/Lib/distutils/command/wininst-14.0-amd64.exe
index 22299543a97ffc1525a3b1c778cb158d6c6430ad..253c2e2eccefa79393827f44f85680536906574a
GIT binary patch
[stripped]
diff --git a/Lib/distutils/command/wininst-14.0.exe b/Lib/distutils/command/wininst-14.0.exe
index 0dac1103d98db0af1e9027c41fe921136c5f6396..46f5f356676c800f99742deb6bf4c0a96aa166c0
GIT binary patch
[stripped]
diff --git a/PC/bdist_wininst/install.c b/PC/bdist_wininst/install.c
--- a/PC/bdist_wininst/install.c
+++ b/PC/bdist_wininst/install.c
@@ -154,7 +154,7 @@
 char *bitmap_bytes;
 
 static const char *REGISTRY_SUFFIX_6432 =
-#ifdef MS_WIN64
+#ifdef _WIN64
                                           "";
 #else
                                           "-32";

-- 
Repository URL: https://hg.python.org/cpython


More information about the Python-checkins mailing list