From 0cdca5f89df48def9a1a7a27c6b8b6c4f05591f1 Mon Sep 17 00:00:00 2001 From: Michael Cronenworth Date: Wed, 22 Jan 2020 15:42:53 -0600 Subject: [PATCH] More armv7hl gcc 10 fixes --- wine-5.0-gcc10.patch | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/wine-5.0-gcc10.patch b/wine-5.0-gcc10.patch index 490d9d1..d8012e0 100644 --- a/wine-5.0-gcc10.patch +++ b/wine-5.0-gcc10.patch @@ -165,3 +165,14 @@ static HINSTANCE shdoclc = NULL; static WCHAR *status_strings[IDS_STATUS_LAST-IDS_STATUS_FIRST+1]; static IMultiLanguage2 *mlang; +--- a/dlls/msi/msi.c 2020-01-21 11:03:21.000000000 -0600 ++++ b/dlls/msi/msi.c 2020-01-22 15:42:12.934090382 -0600 +@@ -51,6 +51,8 @@ + + WINE_DEFAULT_DEBUG_CHANNEL(msi); + ++BOOL is_wow64; ++ + static const WCHAR installerW[] = {'\\','I','n','s','t','a','l','l','e','r',0}; + + UINT msi_locate_product(LPCWSTR szProduct, MSIINSTALLCONTEXT *context)