mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-30 04:13:33 +00:00
Moved Rectangle to fillshap.c
svn path=/trunk/; revision=4359
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user