include: Add new button control styles.

This commit is contained in:
André Hentschel 2010-11-02 19:53:26 +01:00 committed by Alexandre Julliard
parent b2e1c2defe
commit 61d237225f
1 changed files with 6 additions and 1 deletions

View File

@ -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"