mirror of
https://github.com/reactos/reactos.git
synced 2025-02-24 17:34:57 +00:00
fix two typo thx ged
svn path=/trunk/; revision=28740
This commit is contained in:
parent
14d7a9c6ea
commit
c3e3a01734
1 changed files with 2 additions and 2 deletions
|
@ -185,7 +185,7 @@ MoveToEx(HDC hdc,
|
|||
int Y,
|
||||
LPPOINT lpPoint)
|
||||
{
|
||||
return MoveToEx(hdc, X, Y, lpPoint);
|
||||
return NtGdiMoveToEx(hdc, X, Y, lpPoint);
|
||||
}
|
||||
|
||||
/*
|
||||
|
@ -199,7 +199,7 @@ OffsetViewportOrgEx(HDC hdc,
|
|||
int nYOffset,
|
||||
LPPOINT lpPoint)
|
||||
{
|
||||
return OffsetViewportOrgEx(hdc, nXOffset, nYOffset, lpPoint);
|
||||
return NtGdiOffsetViewportOrgEx(hdc, nXOffset, nYOffset, lpPoint);
|
||||
}
|
||||
|
||||
/*
|
||||
|
|
Loading…
Reference in a new issue