include/uxtheme.h : enum THEMESIZE

Nicolas (dyalog.com) nicolas at dyalog.com
Thu Jun 14 11:07:52 CDT 2007


according to MSDN, include/uxtheme.h should define an "enum THEMESIZE",
which is typedefed to "THEME_SIZE",
rather than typedef the enum {} to "THEMESIZE" as it is currently.
http://msdn2.microsoft.com/en-us/library/ms649970.aspx

note that dlls/uxtheme/draw.c uses this definition so must also be patched.

I attach the diffs for 0.9.30, they are the same for the current version.

Cheers,

Nicolas.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: draw.c.patch
Type: application/octet-stream
Size: 257 bytes
Desc: not available
Url : http://www.winehq.org/pipermail/wine-patches/attachments/20070614/358e8c01/draw.c.obj
-------------- next part --------------
A non-text attachment was scrubbed...
Name: uxtheme.h.patch
Type: application/octet-stream
Size: 529 bytes
Desc: not available
Url : http://www.winehq.org/pipermail/wine-patches/attachments/20070614/358e8c01/uxtheme.h.obj


More information about the wine-patches mailing list