Dmitry Timoshkov : gdiplus: Make GdipSetPropertyItem return Ok.

Alexandre Julliard julliard at winehq.org
Thu Aug 16 15:26:12 CDT 2012


Module: wine
Branch: master
Commit: e3d27c42d94e39f49c817066cd3af7097f4a12b8
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=e3d27c42d94e39f49c817066cd3af7097f4a12b8

Author: Dmitry Timoshkov <dmitry at 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,




More information about the wine-cvs mailing list