mirror of
https://github.com/reactos/reactos.git
synced 2024-12-28 18:15:11 +00:00
[HHCTRL] Sync with Wine Staging 4.0. CORE-15682
This commit is contained in:
parent
f9037bd33f
commit
066d754700
2 changed files with 2 additions and 2 deletions
|
@ -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;
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue