[2/2] gdi32: implementation of CreateFontIndirectEx (fixfor13064)(resent)

Dmitry Timoshkov dmitry at codeweavers.com
Tue Jun 24 05:32:17 CDT 2008


"Nikolay Sivov" <bunglehead at gmail.com> wrote:

> Next question is when I'm trying to initialize other fields of 
> ENUMLOGFONTEXA I see some compiler warnings
> about "differ in signedness". It means that already defined ENUMLOGFONT 
> and ENUMLOGFONTEX
> (in wingdi.h) use BYTE as type for elfFullName[LF_FULLFACESIZE] etc. 
> Could I change it to CHAR to eliminate
> this warning? Could it break something?

Wine should use exactly the same types as Windows SDK does.

-- 
Dmitry.



More information about the wine-devel mailing list