commit | 8b36681bad83ea0294f1b570e3c5b7bacc532e8a | [log] [tgz] |
---|---|---|
author | Dimitrie O. Paun <dpaun@rogers.com> | Sat Jan 04 00:52:18 2003 +0000 |
committer | Alexandre Julliard <julliard@winehq.org> | Sat Jan 04 00:52:18 2003 +0000 |
tree | 3c148482bc122d66d4bf8765e254fb3071226808 | |
parent | b4a4c05aed111f092e03da1c796df6050d7d14b6 [diff] [blame] |
Rename __WINE__ to __WINESRC__.
diff --git a/include/prsht.h b/include/prsht.h index 24f6fb7..f964711 100644 --- a/include/prsht.h +++ b/include/prsht.h
@@ -264,7 +264,7 @@ #define PSH_WIZARD_LITE 0x00400000 #define PSH_WIZARD97_NEW 0x01000000 /* for IE >= 5 */ #define PSH_NOCONTEXTHELP 0x02000000 -#ifndef __WINE__ +#ifndef __WINESRC__ # if _WIN32_IE < 0x0500 # define PSH_WIZARD97 PSH_WIZARD97_OLD # else