https://git.reactos.org/?p=reactos.git;a=commitdiff;h=066d75470030c5f7a74a4…
commit 066d75470030c5f7a74a4540f8c8525076d7203f
Author: Amine Khaldi <amine.khaldi(a)reactos.org>
AuthorDate: Sat Jan 26 13:05:48 2019 +0100
Commit: Amine Khaldi <amine.khaldi(a)reactos.org>
CommitDate: Sat Jan 26 13:05:48 2019 +0100
[HHCTRL] Sync with Wine Staging 4.0. CORE-15682
---
dll/win32/hhctrl.ocx/search.c | 2 +-
media/doc/README.WINE | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/dll/win32/hhctrl.ocx/search.c b/dll/win32/hhctrl.ocx/search.c
index d758a1b30f..0e198b8736 100644
--- a/dll/win32/hhctrl.ocx/search.c
+++ b/dll/win32/hhctrl.ocx/search.c
@@ -152,7 +152,7 @@ cleanup:
static SearchItem *SearchCHM_Storage(SearchItem *item, IStorage *pStorage,
const char *needle)
{
- const WCHAR szHTMext[] = {'.','h','t','m',0};
+ static const WCHAR szHTMext[] = {'.','h','t','m',0};
IEnumSTATSTG *elem = NULL;
WCHAR *filename = NULL;
STATSTG entries;
diff --git a/media/doc/README.WINE b/media/doc/README.WINE
index b7be7ac790..3f33ba081b 100644
--- a/media/doc/README.WINE
+++ b/media/doc/README.WINE
@@ -69,7 +69,7 @@ reactos/dll/win32/faultrep # Synced to WineStaging-2.9
reactos/dll/win32/fontsub # Synced to WineStaging-2.9
reactos/dll/win32/fusion # Synced to WineStaging-3.17
reactos/dll/win32/gdiplus # Synced to WineStaging-4.0
-reactos/dll/win32/hhctrl.ocx # Synced to WineStaging-3.17
+reactos/dll/win32/hhctrl.ocx # Synced to WineStaging-4.0
reactos/dll/win32/hlink # Synced to WineStaging-3.3
reactos/dll/win32/hnetcfg # Synced to WineStaging-3.9
reactos/dll/win32/httpapi # Synced to WineStaging-3.3