Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 7262b42

Browse files
committed
Issue #26071: Fixes preprocessor definition and rebuilds wininst-14.0[-amd64].exe
2 parents e13c320 + 4347881 commit 7262b42

3 files changed

Lines changed: 1 addition & 1 deletion

File tree

-2 KB
Binary file not shown.
-2 KB
Binary file not shown.

PC/bdist_wininst/install.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ HANDLE hBitmap;
154154
char *bitmap_bytes;
155155

156156
static const char *REGISTRY_SUFFIX_6432 =
157-
#ifdef MS_WIN64
157+
#ifdef _WIN64
158158
"";
159159
#else
160160
"-32";

0 commit comments

Comments
 (0)