[TRY3 1/8] gdi32: Cleanup the update_font_info().

Byeong-Sik Jeon wjsqudtlr at gmail.com
Wed Oct 4 14:27:18 CDT 2006


Hi,
Tomorrow is Chuseok. Chuseok is the Korean version of Thanksgiving Day 
on the 15th of August by the lunar calendar. At Chuseok, we koreans visit 
out family graves. I will visit my hometowns for the next four days.

If this patch and the other patches has have any problems,
I hope many advice. But I will see that at the next week. 

Thanks. :)


Changelog:
Cleanup the update_font_info().

Huw Davies <huw at codeweavers.com> wrote:
On Wed, Oct 04, 2006 at 11:26:49AM +0900, Byeong-Sik Jeon wrote:
> > +        RegSetValueExA(hkey, value_name, 0, REG_SZ,
> > +                       (const BYTE *)value_data, (DWORD)(strlen(value_data) + 1));
> > +    }
>
> You shouldn't need the DWORD cast here.
>
> > +        FIXME("there is no font defaults for lcid %04lx/ansi_cp %u", lcid, ansi_cp);
> > +        return;
> > +    }
>
> Could you add the missing \n in the FIXME and change the text to read
> "There are no..."?
I fix it.
Thanks.
---
 dlls/gdi/freetype.c |   90 +++++++++++++++++++++++++--------------------------
 1 files changed, 44 insertions(+), 46 deletions(-)
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 7abdc243cc8365ba9a282913734a837bc0033c81.diff
Type: text/x-patch
Size: 5301 bytes
Desc: not available
Url : http://www.winehq.org/pipermail/wine-patches/attachments/20061005/a26b35c4/7abdc243cc8365ba9a282913734a837bc0033c81.bin


More information about the wine-patches mailing list