mirror of
https://github.com/python/cpython.git
synced 2025-11-02 03:01:58 +00:00
Issue #26071: Fixes preprocessor definition and rebuilds wininst-14.0[-amd64].exe
This commit is contained in:
commit
e6bb53bf61
3 changed files with 1 additions and 1 deletions
Binary file not shown.
Binary file not shown.
|
|
@ -154,7 +154,7 @@ HANDLE hBitmap;
|
||||||
char *bitmap_bytes;
|
char *bitmap_bytes;
|
||||||
|
|
||||||
static const char *REGISTRY_SUFFIX_6432 =
|
static const char *REGISTRY_SUFFIX_6432 =
|
||||||
#ifdef MS_WIN64
|
#ifdef _WIN64
|
||||||
"";
|
"";
|
||||||
#else
|
#else
|
||||||
"-32";
|
"-32";
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue