http://bugs.winehq.org/show_bug.cgi?id=19556
Summary: GdipAddPathPieI forwards to itself Product: Wine Version: unspecified Platform: PC OS/Version: All Status: UNCONFIRMED Severity: normal Priority: P2 Component: gdiplus AssignedTo: wine-bugs@winehq.org ReportedBy: stefan__100__@hotmail.com CC: stefan__100__@hotmail.com
gdiplus\graphicspath.c(779) : warning C4717: 'GdipAddPathPieI' : recursive on all control paths, function will cause runtime stack overflow
There appears to be a typo in GdipAddPathPieI -- instead of calling GdipAddPathPie, the function forwards to itself.