include: Guard preprocessor use of _WIN32_IE.
This commit is contained in:
parent
5e3f66c211
commit
aa7cedc895
@ -266,7 +266,7 @@ DECL_WINELIB_TYPE_AW(LPFNPSPCALLBACK)
|
|||||||
#define PSH_WIZARD97_NEW 0x01000000 /* for IE >= 5 */
|
#define PSH_WIZARD97_NEW 0x01000000 /* for IE >= 5 */
|
||||||
#define PSH_NOCONTEXTHELP 0x02000000
|
#define PSH_NOCONTEXTHELP 0x02000000
|
||||||
#ifndef __WINESRC__
|
#ifndef __WINESRC__
|
||||||
# if _WIN32_IE < 0x0500
|
# if defined(_WIN32_IE) && (_WIN32_IE < 0x0500)
|
||||||
# define PSH_WIZARD97 PSH_WIZARD97_OLD
|
# define PSH_WIZARD97 PSH_WIZARD97_OLD
|
||||||
# else
|
# else
|
||||||
# define PSH_WIZARD97 PSH_WIZARD97_NEW
|
# define PSH_WIZARD97 PSH_WIZARD97_NEW
|
||||||
|
Loading…
x
Reference in New Issue
Block a user