Define PSCB_BUTTONPRESSED.

svn path=/trunk/; revision=9941
This commit is contained in:
Eric Kohl 2004-06-30 10:49:18 +00:00
parent 52b944e9fb
commit 885e4ae102

View file

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