Issue #26071: Fixes preprocessor definition and rebuilds wininst-14.0[-amd64].exe

This commit is contained in:
Steve Dower 2016-12-13 09:06:24 -08:00
parent e711cc0f22
commit 4347881414
3 changed files with 1 additions and 1 deletions

View file

@ -154,7 +154,7 @@ HANDLE hBitmap;
char *bitmap_bytes;
static const char *REGISTRY_SUFFIX_6432 =
#ifdef MS_WIN64
#ifdef _WIN64
"";
#else
"-32";