Module: wine Branch: master Commit: e3d27c42d94e39f49c817066cd3af7097f4a12b8 URL: http://source.winehq.org/git/wine.git/?a=commit;h=e3d27c42d94e39f49c817066cd...
Author: Dmitry Timoshkov dmitry@baikal.ru Date: Wed Aug 15 12:12:28 2012 +0900
gdiplus: Make GdipSetPropertyItem return Ok.
---
dlls/gdiplus/image.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/dlls/gdiplus/image.c b/dlls/gdiplus/image.c index 64ce8b6..1ee5cbc 100644 --- a/dlls/gdiplus/image.c +++ b/dlls/gdiplus/image.c @@ -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,