Commit 61d23722 authored by André Hentschel's avatar André Hentschel Committed by Alexandre Julliard

include: Add new button control styles.

parent b2e1c2de
......@@ -199,7 +199,6 @@ typedef struct tagNMCHAR
#endif
/* This is only for Winelib applications. DON't use it wine itself!!! */
#ifndef SNDMSG
#ifdef __cplusplus
#define SNDMSG ::SendMessage
......@@ -1059,6 +1058,12 @@ typedef struct tagNMBCHOTITEM
#define BST_HOT 0x0200
/* Button control styles for _WIN32_WINNT >= 0x600 */
#define BS_SPLITBUTTON 0x0000000C
#define BS_DEFSPLITBUTTON 0x0000000D
#define BS_COMMANDLINK 0x0000000E
#define BS_DEFCOMMANDLINK 0x0000000F
/* Toolbar */
#define TOOLBARCLASSNAMEA "ToolbarWindow32"
......
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