Add missing NMBCHOTITEM struct.

oldstable
Frank Richter 2005-07-03 11:19:55 +00:00 committed by Alexandre Julliard
parent 222d74ae27
commit 6ebc98627b
1 changed files with 5 additions and 0 deletions

View File

@ -1002,6 +1002,11 @@ typedef struct tagNMHDFILTERBTNCLICK
#define BCN_HOTITEMCHANGE (BCN_FIRST + 0x0001)
typedef struct tagNMBCHOTITEM
{
NMHDR hdr;
DWORD dwFlags;
} NMBCHOTITEM, *LPNMBCHOTITEM;
/* Toolbar */