diff options
author | Steve Dower <steve.dower@microsoft.com> | 2016-12-13 17:06:42 (GMT) |
---|---|---|
committer | Steve Dower <steve.dower@microsoft.com> | 2016-12-13 17:06:42 (GMT) |
commit | 7262b42fd13bc8ac5b3d2cb9073dda3d3503e831 (patch) | |
tree | 5464a553868244cf10a0c179d6daa8721059aa7f /PC | |
parent | e13c3201fb66c4c211b4ebb7604d1435bedc1015 (diff) | |
parent | 4347881414c2923fe3d7f14b66671e57578ad103 (diff) | |
download | cpython-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.c | 2 |
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"; |