gdiplus: Remove FIXME from GdipAddPathString.
This commit is contained in:
parent
58387fca69
commit
697dd42ed2
|
@ -953,7 +953,7 @@ GpStatus WINGDIPAPI GdipAddPathString(GpPath* path, GDIPCONST WCHAR* string, INT
|
|||
RectF scaled_layout_rect;
|
||||
TEXTMETRICW textmetric;
|
||||
|
||||
FIXME("(%p, %s, %d, %p, %d, %f, %p, %p): stub\n", path, debugstr_w(string), length, family, style, emSize, layoutRect, format);
|
||||
TRACE("(%p, %s, %d, %p, %d, %f, %p, %p)\n", path, debugstr_w(string), length, family, style, emSize, layoutRect, format);
|
||||
if (!path || !string || !family || !emSize || !layoutRect || !format)
|
||||
return InvalidParameter;
|
||||
|
||||
|
|
Loading…
Reference in New Issue