summaryrefslogtreecommitdiffstats
path: root/winsup/w32api/include/prsht.h
diff options
context:
space:
mode:
Diffstat (limited to 'winsup/w32api/include/prsht.h')
-rw-r--r--winsup/w32api/include/prsht.h11
1 files changed, 10 insertions, 1 deletions
diff --git a/winsup/w32api/include/prsht.h b/winsup/w32api/include/prsht.h
index 73432dfb6..6039311b7 100644
--- a/winsup/w32api/include/prsht.h
+++ b/winsup/w32api/include/prsht.h
@@ -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