comctl32: Update the PROPSHEET{HEADER,PAGE} structures and add some PSH_XXX macros.

Francois Gouget fgouget at free.fr
Tue Sep 6 05:37:36 CDT 2011


On Tue, 6 Sep 2011, Alexandre Julliard wrote:
[...]
> > +typedef PROPSHEETPAGEA_LATEST    PROPSHEETPAGE_LATEST;
> > +typedef LPPROPSHEETPAGEA_LATEST  LPPROPSHEETPAGE_LATEST;
> > +typedef LPCPROPSHEETPAGEA_LATEST LPCPROPSHEETPAGE_LATEST;
> > +#define PROPSHEETPAGE_V1_SIZE    PROPSHEETPAGEA_V1_SIZE
> > +#define PROPSHEETPAGE_V2_SIZE    PROPSHEETPAGEA_V2_SIZE
> > +#define PROPSHEETPAGE_V3_SIZE    PROPSHEETPAGEA_V3_SIZE
> > +#define PROPSHEETPAGE_V4_SIZE    PROPSHEETPAGEA_V4_SIZE
> > +#define PROPSHEETHEADER_V1_SIZE  PROPSHEETHEADERA_V1_SIZE
> > +#define PROPSHEETHEADER_V2_SIZE  PROPSHEETHEADERA_V2_SIZE
> > +#endif
> 
> Please use the appropriate Winelib macros to define A/W mappings.

I can't because they append the A/W suffix whereas here it must be 
inserted in the middle. I could potentially define+undefine a specific 
macro just for this case if you prefer.


-- 
Francois Gouget <fgouget at free.fr>              http://fgouget.free.fr/
               If you think the whole world revolves around you,
                 quit staring at the GPS display while driving.



More information about the wine-devel mailing list