mirror of
https://github.com/reactos/reactos.git
synced 2024-12-27 09:34:43 +00:00
fixed bug because mingw is stupid (no newline at end of file? WHY OH WHY?)
svn path=/trunk/; revision=4366
This commit is contained in:
parent
a5c783b93c
commit
962a19c45f
2 changed files with 4 additions and 2 deletions
|
@ -224,4 +224,5 @@ SetPolyFillMode(
|
|||
)
|
||||
{
|
||||
return W32kSetPolyFillMode(a0, a1);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
@ -25,4 +25,5 @@ Rectangle(HDC hDC,
|
|||
int BottomRect)
|
||||
{
|
||||
return W32kRectangle(hDC, LeftRect, TopRect, RightRect, BottomRect);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue