mirror of
https://github.com/reactos/reactos.git
synced 2024-12-27 09:34:43 +00:00
Moved Rectangle to fillshap.c
svn path=/trunk/; revision=4359
This commit is contained in:
parent
f404855197
commit
358c2e54fd
1 changed files with 1 additions and 11 deletions
|
@ -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);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue