Evan Stade : gdiplus: Make GdipGetMetafileHeaderFromMetafile return Ok.

Alexandre Julliard julliard at wine.codeweavers.com
Wed Aug 8 08:59:48 CDT 2007


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

Author: Evan Stade <estade at gmail.com>
Date:   Tue Aug  7 18:42:24 2007 -0700

gdiplus: Make GdipGetMetafileHeaderFromMetafile 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 bd0fbab..85cfc07 100644
--- a/dlls/gdiplus/image.c
+++ b/dlls/gdiplus/image.c
@@ -508,7 +508,7 @@ GpStatus WINGDIPAPI GdipGetMetafileHeaderFromMetafile(GpMetafile * metafile,
     if(!(calls++))
         FIXME("not implemented\n");
 
-    return NotImplemented;
+    return Ok;
 }
 
 GpStatus WINGDIPAPI GdipGetPropertyItemSize(GpImage *image, PROPID pid,




More information about the wine-cvs mailing list