gdiplus: Implement trivial case of GdipCreateRegionRgnData for empty and infinite regions

Vincent Povirk madewokherd at gmail.com
Mon Jun 8 22:24:20 CDT 2015


+    if (region_header->magic != VERSION_MAGIC)
+        return InvalidParameter;

We should probably accept 0xdbc01002 as well here.



More information about the wine-devel mailing list