mirror of
https://github.com/reactos/reactos.git
synced 2025-08-05 19:33:16 +00:00
Define PSCB_BUTTONPRESSED.
svn path=/trunk/; revision=9941
This commit is contained in:
parent
52b944e9fb
commit
885e4ae102
1 changed files with 4 additions and 1 deletions
|
@ -60,6 +60,9 @@ extern "C" {
|
|||
#endif
|
||||
#define PSCB_INITIALIZED 1
|
||||
#define PSCB_PRECREATE 2
|
||||
#if (_WIN32_IE >= 0x560)
|
||||
#define PSCB_BUTTONPRESSED 3
|
||||
#endif /* _WIN32_IE >= 0x560 */
|
||||
#define PSM_GETTABCONTROL 1140
|
||||
#define PSM_GETCURRENTPAGEHWND 1142
|
||||
#define PSM_ISDIALOGMESSAGE 1141
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue