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