24 Jun
2008
24 Jun
'08
10:32 a.m.
"Nikolay Sivov" <bunglehead(a)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.