[1/5] gdiplus: Remove FIXME on implemented function.

Vincent Povirk madewokherd at gmail.com
Tue Apr 24 17:10:56 CDT 2012


-------------- next part --------------
From efa48915ddbe20f85cb2f26fd9ee4793bc35d4a3 Mon Sep 17 00:00:00 2001
From: Vincent Povirk <vincent at codeweavers.com>
Date: Tue, 24 Apr 2012 09:17:42 -0500
Subject: [PATCH 01/13] gdiplus: Remove FIXME on implemented function.

---
 dlls/gdiplus/brush.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dlls/gdiplus/brush.c b/dlls/gdiplus/brush.c
index ac5328e..b05d74a 100644
--- a/dlls/gdiplus/brush.c
+++ b/dlls/gdiplus/brush.c
@@ -1520,7 +1520,7 @@ GpStatus WINGDIPAPI GdipGetPathGradientPresetBlend(GpPathGradient *brush,
 GpStatus WINGDIPAPI GdipGetPathGradientPresetBlendCount(GpPathGradient *brush,
     INT *count)
 {
-    FIXME("(%p,%p): stub\n", brush, count);
+    TRACE("(%p,%p)\n", brush, count);
 
     if (!brush || !count)
         return InvalidParameter;
-- 
1.7.9.5


More information about the wine-patches mailing list