summaryrefslogtreecommitdiffstats
path: root/PC
diff options
context:
space:
mode:
authorSteve Dower <steve.dower@microsoft.com>2016-12-13 17:06:42 (GMT)
committerSteve Dower <steve.dower@microsoft.com>2016-12-13 17:06:42 (GMT)
commit7262b42fd13bc8ac5b3d2cb9073dda3d3503e831 (patch)
tree5464a553868244cf10a0c179d6daa8721059aa7f /PC
parente13c3201fb66c4c211b4ebb7604d1435bedc1015 (diff)
parent4347881414c2923fe3d7f14b66671e57578ad103 (diff)
downloadcpython-7262b42fd13bc8ac5b3d2cb9073dda3d3503e831.zip
cpython-7262b42fd13bc8ac5b3d2cb9073dda3d3503e831.tar.gz
cpython-7262b42fd13bc8ac5b3d2cb9073dda3d3503e831.tar.bz2
Issue #26071: Fixes preprocessor definition and rebuilds wininst-14.0[-amd64].exe
Diffstat (limited to 'PC')
-rw-r--r--PC/bdist_wininst/install.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/PC/bdist_wininst/install.c b/PC/bdist_wininst/install.c
index fd977f5..17cc30d 100644
--- a/PC/bdist_wininst/install.c
+++ b/PC/bdist_wininst/install.c
@@ -154,7 +154,7 @@ HANDLE hBitmap;
char *bitmap_bytes;
static const char *REGISTRY_SUFFIX_6432 =
-#ifdef MS_WIN64
+#ifdef _WIN64
"";
#else
"-32";