mirror of
https://github.com/reactos/reactos.git
synced 2025-07-31 18:11:57 +00:00
[PSDK] Add some missing BS_* definitions. CORE-14434
This commit is contained in:
parent
0668b91e1b
commit
c3b4d356eb
1 changed files with 5 additions and 0 deletions
|
@ -4627,6 +4627,11 @@ typedef struct {
|
|||
|
||||
#define BST_HOT 0x200
|
||||
|
||||
#define BS_SPLITBUTTON 0x0000000C
|
||||
#define BS_DEFSPLITBUTTON 0x0000000D
|
||||
#define BS_COMMANDLINK 0x0000000E
|
||||
#define BS_DEFCOMMANDLINK 0x0000000F
|
||||
|
||||
#endif /* !NOBUTTON */
|
||||
|
||||
#ifndef NOSTATIC
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue