comctl32: Use structure/union names as NONAMELESSUNION/NONAMELESSSTRUCT is defined

Hervé Poussineau hpoussin at reactos.org
Mon Jul 3 02:37:43 CDT 2006


> -----Message d'origine-----
> De : Hervé Poussineau [mailto:hpoussin at reactos.org] 
> Envoyé : lundi 3 juillet 2006 08:50
> À : 'wine-patches at winehq.org'
> Objet : comctl32: Use structure/union names as 
> NONAMELESSUNION/NONAMELESSSTRUCT is defined
> 
> comctl32: Use structure/union names as 
> NONAMELESSUNION/NONAMELESSSTRUCT is defined

Forget it, definition of DEVMODEA/W in Wine is wrong (some anonymous
structures are missing).
See wine/include/wingdi.h vs
http://www.osronline.com/ddkx/graphics/grstrcts_6v8n.htm

dmScale, dmCopies, dmDefaultSource and dmPrintQuality fields are not in the
DUMMYUNIONNAME1.DUMMYSTRUCTNAME1 structure, and dmPosition should be in a
DUMMYUNIONNAME1.DUMMYSTRUCTNAME2 with missing fields
dmDisplayOrientation/dmDisplayFixedOutput
+ dmDisplayFlags should be in a DUMMYUNIONNAME2 with the missing field
dmNup.

Regards,

Hervé




More information about the wine-patches mailing list