Commit 6ebc9862 authored by Frank Richter's avatar Frank Richter Committed by Alexandre Julliard

Add missing NMBCHOTITEM struct.

parent 222d74ae
......@@ -1002,6 +1002,11 @@ typedef struct tagNMHDFILTERBTNCLICK
#define BCN_HOTITEMCHANGE (BCN_FIRST + 0x0001)
typedef struct tagNMBCHOTITEM
{
NMHDR hdr;
DWORD dwFlags;
} NMBCHOTITEM, *LPNMBCHOTITEM;
/* Toolbar */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment