Nicolas (dyalog.com) wrote:
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.
Please merge those 2 changes into one patch as one without the other make the Wine source to not compile anymore. And please use unified diff format; the draw.c.patch isn't a unified diff.
bye michael