Module: wine Branch: master Commit: 697dd42ed2c66a9d77065f2c42cece76a69ba2c1 URL: http://source.winehq.org/git/wine.git/?a=commit;h=697dd42ed2c66a9d77065f2c42...
Author: Vincent Povirk vincent@codeweavers.com Date: Mon Jun 25 10:40:36 2012 -0500
gdiplus: Remove FIXME from GdipAddPathString.
---
dlls/gdiplus/graphicspath.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/dlls/gdiplus/graphicspath.c b/dlls/gdiplus/graphicspath.c index 471f915..370bb1f 100644 --- a/dlls/gdiplus/graphicspath.c +++ b/dlls/gdiplus/graphicspath.c @@ -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;