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

@ -224,4 +224,5 @@ SetPolyFillMode(
) )
{ {
return W32kSetPolyFillMode(a0, a1); return W32kSetPolyFillMode(a0, a1);
} }

View file

@ -25,4 +25,5 @@ Rectangle(HDC hDC,
int BottomRect) int BottomRect)
{ {
return W32kRectangle(hDC, LeftRect, TopRect, RightRect, BottomRect); return W32kRectangle(hDC, LeftRect, TopRect, RightRect, BottomRect);
} }