mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 19:26:32 +00:00
Fix build.
svn path=/trunk/; revision=34249
This commit is contained in:
@@ -1392,7 +1392,7 @@ IntFillRoundRect( PDC dc,
|
||||
if (Wellipse > r.width)
|
||||
{
|
||||
if (Hellipse > r.height) // > W > H
|
||||
ret = app_fill_ellipse(dc, r, FillBrushObj);
|
||||
app_fill_ellipse(dc, r, FillBrushObj);
|
||||
else // > W < H
|
||||
{
|
||||
|
||||
|
||||
Reference in New Issue
Block a user