Commit 66f212e6 authored by André Hentschel's avatar André Hentschel Committed by Alexandre Julliard

gdiplus: Add a FIXME.

parent 9007123b
......@@ -1253,11 +1253,16 @@ GpStatus WINGDIPAPI GdipGetPathGradientSurroundColorsWithCount(GpPathGradient
GpStatus WINGDIPAPI GdipGetPathGradientSurroundColorCount(GpPathGradient *brush, INT *count)
{
static int calls;
TRACE("(%p, %p)\n", brush, count);
if (!brush || !count)
return InvalidParameter;
if(!(calls++))
FIXME("not implemented\n");
return NotImplemented;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment