mirror of
https://github.com/reactos/reactos.git
synced 2025-02-22 16:36:33 +00:00
[PSDK]
- Add BS_TYPEMASK definition. svn path=/trunk/; revision=48678
This commit is contained in:
parent
ef43524fff
commit
33fffd0b38
1 changed files with 1 additions and 0 deletions
|
@ -269,6 +269,7 @@ extern "C" {
|
|||
#define BS_MULTILINE 0x2000
|
||||
#define BS_NOTIFY 0x4000
|
||||
#define BS_OWNERDRAW 0xb
|
||||
#define BS_TYPEMASK 0xFL
|
||||
#define BS_PUSHBUTTON 0
|
||||
#define BS_PUSHLIKE 4096
|
||||
#define BS_RADIOBUTTON 4
|
||||
|
|
Loading…
Reference in a new issue