diff options
author | Steve Dower <steve.dower@microsoft.com> | 2016-12-13 17:06:24 (GMT) |
---|---|---|
committer | Steve Dower <steve.dower@microsoft.com> | 2016-12-13 17:06:24 (GMT) |
commit | 4347881414c2923fe3d7f14b66671e57578ad103 (patch) | |
tree | b7925122eb168e28b32fdce9b8610016b80326d1 /PC | |
parent | e711cc0f222ce22bad0ee84b3d27eccc2ad8b63d (diff) | |
download | cpython-4347881414c2923fe3d7f14b66671e57578ad103.zip cpython-4347881414c2923fe3d7f14b66671e57578ad103.tar.gz cpython-4347881414c2923fe3d7f14b66671e57578ad103.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 60bee30..adbb733 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"; |