Changeset 10095


Ignore:
Timestamp:
May 15, 2003, 4:21:06 PM (22 years ago)
Author:
sandervl
Message:

header update

File:
1 edited

Legend:

Unmodified
Added
Removed
  • TabularUnified trunk/include/win/prsht.h

    r8420 r10095  
    1 /* $Id: prsht.h,v 1.7 2002-05-15 12:37:28 sandervl Exp $ */
     1/* $Id: prsht.h,v 1.8 2003-05-15 14:21:06 sandervl Exp $ */
    22
    33#ifndef _WINE_PRSHT_H
     
    231231#define PSH_WIZARDCONTEXTHELP   0x00001000
    232232
    233 #define PSH_WIZARD97            0x00002000 
     233#define PSH_WIZARD97_OLD        0x00002000 /* for IE < 5 */
    234234#define PSH_WATERMARK           0x00008000
    235235#define PSH_USEHBMWATERMARK     0x00010000
     
    240240#define PSH_USEPAGELANG         0x00200000
    241241#define PSH_WIZARD_LITE         0x00400000
     242#define PSH_WIZARD97_NEW        0x01000000 /* for IE >= 5 */
    242243#define PSH_NOCONTEXTHELP       0x02000000
    243244
Note: See TracChangeset for help on using the changeset viewer.