gdiplus: Make GdipSetPropertyItem return Ok.
This commit is contained in:
parent
7c8e8fc5e2
commit
e3d27c42d9
|
@ -3459,7 +3459,7 @@ GpStatus WINGDIPAPI GdipSetPropertyItem(GpImage *image, GDIPCONST PropertyItem*
|
|||
if(!(calls++))
|
||||
FIXME("not implemented\n");
|
||||
|
||||
return NotImplemented;
|
||||
return Ok;
|
||||
}
|
||||
|
||||
GpStatus WINGDIPAPI GdipSaveImageToFile(GpImage *image, GDIPCONST WCHAR* filename,
|
||||
|
|
Loading…
Reference in New Issue