gdiplus: Fix a function name in a FIXME() message.
Signed-off-by: Francois Gouget <fgouget@free.fr> Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
parent
bcd111dd5f
commit
0bbc9b830e
|
@ -2407,7 +2407,7 @@ static GpStatus METAFILE_PlaybackObject(GpMetafile *metafile, UINT flags, UINT d
|
|||
if (pendata->PenDataFlags & PenDataCompoundLine)
|
||||
{
|
||||
EmfPlusCompoundLineData *compoundline = (EmfPlusCompoundLineData *)((BYTE *)pendata + offset);
|
||||
FIXME("PenDataCompundLine is not supported.\n");
|
||||
FIXME("PenDataCompoundLine is not supported.\n");
|
||||
offset += FIELD_OFFSET(EmfPlusCompoundLineData, data) + compoundline->CompoundLineDataSize * sizeof(float);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue