2003-08-24 Danny Smith <dannysmith@users.sourceforge.net>
* include/objidl.h (COBJMACROS): Define macros only if using C interace. * include/unknwn.h: Ditto. * include/comcat.h: Ditto. 2003-08-24 Filip Navara <xnavara@volny.cz> * include/prsht.h (PSH_WIZARDHASFINISH, PSH_WIZARD_LITE, PSH_NOCONTEXTHELP): Define. (PSH_WIZARD97): Fix definition for _WIN32_IE >= 0x500. * include/winuser.h (DFCS_TRANSPARENT, DFCS_HOT): Define. (LPDLGTEMPLATE[AW]): Add typedefs.
This commit is contained in:
@ -31,6 +31,7 @@ extern "C" {
|
||||
#define PSH_USEHICON 2
|
||||
#define PSH_USEICONID 4
|
||||
#define PSH_PROPSHEETPAGE 8
|
||||
#define PSH_WIZARDHASFINISH 16
|
||||
#define PSH_WIZARD 32
|
||||
#define PSH_USEPSTARTPAGE 64
|
||||
#define PSH_NOAPPLYNOW 128
|
||||
@ -40,7 +41,6 @@ extern "C" {
|
||||
#define PSH_RTLREADING 2048
|
||||
#define PSH_WIZARDCONTEXTHELP 4096
|
||||
#if (_WIN32_IE >= 0x0400)
|
||||
#define PSH_WIZARD97 8192
|
||||
#define PSH_WATERMARK 32768
|
||||
#define PSH_USEHBMWATERMARK 65536
|
||||
#define PSH_USEHPLWATERMARK 131072
|
||||
@ -48,6 +48,15 @@ extern "C" {
|
||||
#define PSH_HEADER 524288
|
||||
#define PSH_USEHBMHEADER 1048576
|
||||
#define PSH_USEPAGELANG 2097152
|
||||
#if (_WIN32_IE < 0x0500)
|
||||
#define PSH_WIZARD97 0x00002000
|
||||
#else
|
||||
#define PSH_WIZARD97 0x01000000
|
||||
#endif
|
||||
#endif /* _WIN32_IE >= 0x0400 */
|
||||
#if (_WIN32_IE >= 0x0500)
|
||||
#define PSH_WIZARD_LITE 0x400000
|
||||
#define PSH_NOCONTEXTHELP 0x2000000
|
||||
#endif
|
||||
#define PSCB_INITIALIZED 1
|
||||
#define PSCB_PRECREATE 2
|
||||
|
Reference in New Issue
Block a user