Add GdipCreateFontFamilyFromName stub try2

Lei Zhang thestig at google.com
Tue Apr 8 19:26:31 CDT 2008


On Tue, Mar 25, 2008 at 7:58 PM, Adam Petaccia <adam at tpetaccia.com> wrote:
> This is needed, along with some other patches I'll be sending later to
>  make Richard Gariott's Tabula Rasa updater not crash at startup.
>

gcc says:

font.c:126: warning: ISO C90 forbids mixed declarations and code
font.c:131: warning: assignment discards qualifiers from pointer target type

This doesn't work:

ffamily->FamilyName = name;

What happens is FontFamily is NULL?

*FontFamily = ffamily;



More information about the wine-devel mailing list