include: Add new Button control styles (try 2)

André Hentschel nerv at dawncrow.de
Tue Nov 2 13:53:26 CDT 2010


---
 include/commctrl.h |    6 ++++++
 1 files changed, 6 insertions(+), 0 deletions(-)

diff --git a/include/commctrl.h b/include/commctrl.h
index 2261485..c38fe82 100644
--- a/include/commctrl.h
+++ b/include/commctrl.h
@@ -1059,6 +1059,12 @@ typedef struct tagNMBCHOTITEM
 
 #define BST_HOT                 0x0200
 
+/* Button control styles for _WIN32_WINNT >= 0x600 */
+#define BS_SPLITBUTTON          0x0000000CL
+#define BS_DEFSPLITBUTTON       0x0000000DL
+#define BS_COMMANDLINK          0x0000000EL
+#define BS_DEFCOMMANDLINK       0x0000000FL
+
 /* Toolbar */
 
 #define TOOLBARCLASSNAMEA       "ToolbarWindow32"
-- 

Best Regards, André Hentschel



More information about the wine-patches mailing list