gdiplus: Remove FIXME from GdipAddPathString.

This commit is contained in:
Vincent Povirk 2012-06-25 10:40:36 -05:00 committed by Alexandre Julliard
parent 58387fca69
commit 697dd42ed2
1 changed files with 1 additions and 1 deletions

View File

@ -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;