Skip to content
Snippets Groups Projects
Commit d6da8a03 authored by Guy Albertelli's avatar Guy Albertelli Committed by Alexandre Julliard
Browse files

Add TBNF_* flags for the NMTBDISPINFO structure.

parent 590fd62b
No related branches found
No related tags found
No related merge requests found
......@@ -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;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment