Add TBNF_* flags for the NMTBDISPINFO structure.
diff --git a/include/commctrl.h b/include/commctrl.h
index a2b7085..bec4025 100644
--- a/include/commctrl.h
+++ b/include/commctrl.h
@@ -1238,6 +1238,12 @@
#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;