mirror of
https://github.com/reactos/reactos.git
synced 2025-08-11 13:25:36 +00:00
[HHCTRL.OCX] Sync with Wine Staging 3.3. CORE-14434
This commit is contained in:
parent
1a951aa4e6
commit
96f371dcdb
15 changed files with 204 additions and 92 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue