mirror of
https://github.com/reactos/reactos.git
synced 2024-12-28 01:55:19 +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
|
@ -225,3 +225,4 @@ SetPolyFillMode(
|
|||
{
|
||||
return W32kSetPolyFillMode(a0, a1);
|
||||
}
|
||||
|
||||
|
|
|
@ -26,3 +26,4 @@ Rectangle(HDC hDC,
|
|||
{
|
||||
return W32kRectangle(hDC, LeftRect, TopRect, RightRect, BottomRect);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue