Commit d6da8a03 authored by Guy L. Albertelli's avatar Guy L. Albertelli Committed by Alexandre Julliard

Add TBNF_* flags for the NMTBDISPINFO structure.

parent 590fd62b
......@@ -1238,6 +1238,12 @@ typedef struct
#define NMTBDISPINFO WINELIB_NAME_AW(NMTBDISPINFO)
#define LPNMTBDISPINFO WINELIB_NAME_AW(LPNMTBDISPINFO)
/* contents of dwMask in the NMTBDISPINFO structure */
#define TBNF_IMAGE 0x00000001
#define TBNF_TEXT 0x00000002
#define TBNF_DI_SETITEM 0x10000000
typedef struct tagNMTOOLBARA
{
NMHDR hdr;
......
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