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
|
#endif
|
||||||
#define PSCB_INITIALIZED 1
|
#define PSCB_INITIALIZED 1
|
||||||
#define PSCB_PRECREATE 2
|
#define PSCB_PRECREATE 2
|
||||||
|
#if (_WIN32_IE >= 0x560)
|
||||||
|
#define PSCB_BUTTONPRESSED 3
|
||||||
|
#endif /* _WIN32_IE >= 0x560 */
|
||||||
#define PSM_GETTABCONTROL 1140
|
#define PSM_GETTABCONTROL 1140
|
||||||
#define PSM_GETCURRENTPAGEHWND 1142
|
#define PSM_GETCURRENTPAGEHWND 1142
|
||||||
#define PSM_ISDIALOGMESSAGE 1141
|
#define PSM_ISDIALOGMESSAGE 1141
|
||||||
|
@ -82,7 +85,7 @@ extern "C" {
|
||||||
#define PSNRET_INVALID 1
|
#define PSNRET_INVALID 1
|
||||||
#define PSNRET_INVALID_NOCHANGEPAGE 2
|
#define PSNRET_INVALID_NOCHANGEPAGE 2
|
||||||
#define ID_PSRESTARTWINDOWS 2
|
#define ID_PSRESTARTWINDOWS 2
|
||||||
#define ID_PSREBOOTSYSTEM 3
|
#define ID_PSREBOOTSYSTEM 3
|
||||||
#define WIZ_CXDLG 276
|
#define WIZ_CXDLG 276
|
||||||
#define WIZ_CYDLG 140
|
#define WIZ_CYDLG 140
|
||||||
#define WIZ_CXBMP 80
|
#define WIZ_CXBMP 80
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue