hhctrl.ocx: Make constant 'szHTMext' static.
Signed-off-by: Alex Henrie <alexhenrie24@gmail.com> Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
parent
ef7855e131
commit
634637c057
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue