mirror of
https://github.com/reactos/wine.git
synced 2025-02-21 05:11:57 +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,
|
GpStatus WINGDIPAPI GdipGetPathGradientPresetBlendCount(GpPathGradient *brush,
|
||||||
INT *count)
|
INT *count)
|
||||||
{
|
{
|
||||||
FIXME("(%p,%p): stub\n", brush, count);
|
TRACE("(%p,%p)\n", brush, count);
|
||||||
|
|
||||||
if (!brush || !count)
|
if (!brush || !count)
|
||||||
return InvalidParameter;
|
return InvalidParameter;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user