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:
Richard Campbell 2003-03-20 03:37:14 +00:00
parent a5c783b93c
commit 962a19c45f
2 changed files with 4 additions and 2 deletions

View file

@ -225,3 +225,4 @@ SetPolyFillMode(
{
return W32kSetPolyFillMode(a0, a1);
}

View file

@ -26,3 +26,4 @@ Rectangle(HDC hDC,
{
return W32kRectangle(hDC, LeftRect, TopRect, RightRect, BottomRect);
}