Moved Rectangle to fillshap.c

svn path=/trunk/; revision=4359
This commit is contained in:
Mark Tempel 2003-03-20 03:03:00 +00:00
parent f404855197
commit 358c2e54fd

View file

@ -21,14 +21,4 @@ MoveToEx(HDC hDC, int X, int Y, LPPOINT Point)
return W32kMoveToEx(hDC, X, Y, Point);
}
BOOL
STDCALL
Rectangle(HDC hDC,
int LeftRect,
int TopRect,
int RightRect,
int BottomRect)
{
// MOVE to fillshap.c
return W32kRectangle(hDC, LeftRect, TopRect, RightRect, BottomRect);
}