gdiplus: add a stub for GdipWindingModeOutline

Austin English austinenglish at gmail.com
Mon Aug 23 16:45:32 CDT 2010


-- 
-Austin
-------------- next part --------------
diff --git a/dlls/gdiplus/graphicspath.c b/dlls/gdiplus/graphicspath.c
index 02b5d9b..ae113a1 100644
--- a/dlls/gdiplus/graphicspath.c
+++ b/dlls/gdiplus/graphicspath.c
@@ -1653,3 +1653,9 @@ GpStatus WINGDIPAPI GdipClearPathMarkers(GpPath* path)

     return Ok;
 }
+
+GpStatus WINGDIPAPI GdipWindingModeOutline(GpPath *path, GpMatrix *matrix, REAL flatness)
+{
+   FIXME("stub %p, %p, %.2f\n", path, matrix, flatness);
+   return NotImplemented;
+}


More information about the wine-patches mailing list