mirror of
https://github.com/reactos/wine.git
synced 2025-02-19 20:31:35 +00:00
gdiplus: Remove FIXME on implemented function.
This commit is contained in:
parent
d01e0647d1
commit
4a78d7c6b4
@ -1520,7 +1520,7 @@ GpStatus WINGDIPAPI GdipGetPathGradientPresetBlend(GpPathGradient *brush,
|
||||
GpStatus WINGDIPAPI GdipGetPathGradientPresetBlendCount(GpPathGradient *brush,
|
||||
INT *count)
|
||||
{
|
||||
FIXME("(%p,%p): stub\n", brush, count);
|
||||
TRACE("(%p,%p)\n", brush, count);
|
||||
|
||||
if (!brush || !count)
|
||||
return InvalidParameter;
|
||||
|
Loading…
x
Reference in New Issue
Block a user