[HHCTRL.OCX] Sync with Wine Staging 3.3. CORE-14434

This commit is contained in:
Amine Khaldi 2018-03-15 12:19:43 +01:00
parent 1a951aa4e6
commit 96f371dcdb
15 changed files with 204 additions and 92 deletions

View file

@ -18,6 +18,11 @@
*/
#include "hhctrl.h"
#include "stream.h"
#include "wine/debug.h"
WINE_DEFAULT_DEBUG_CHANNEL(htmlhelp);
/* Fill the TreeView object corresponding to the Index items */
static void fill_index_tree(HWND hwnd, IndexItem *item)