mirror of
https://github.com/reactos/reactos.git
synced 2025-08-05 07:22:58 +00:00
- Minisync of gdiplus to fix a C4717 warning
svn path=/trunk/; revision=42371
This commit is contained in:
parent
95cfd1d8da
commit
25c8a63177
1 changed files with 1 additions and 1 deletions
|
@ -775,7 +775,7 @@ GpStatus WINGDIPAPI GdipAddPathPieI(GpPath *path, INT x, INT y, INT width, INT h
|
|||
TRACE("(%p, %d, %d, %d, %d, %.2f, %.2f)\n",
|
||||
path, x, y, width, height, startAngle, sweepAngle);
|
||||
|
||||
return GdipAddPathPieI(path, (REAL)x, (REAL)y, (REAL)width, (REAL)height, startAngle, sweepAngle);
|
||||
return GdipAddPathPie(path, (REAL)x, (REAL)y, (REAL)width, (REAL)height, startAngle, sweepAngle);
|
||||
}
|
||||
|
||||
GpStatus WINGDIPAPI GdipAddPathPolygon(GpPath *path, GDIPCONST GpPointF *points, INT count)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue