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

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

View file

@ -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";