fix two typo thx ged

svn path=/trunk/; revision=28740
This commit is contained in:
Magnus Olsen 2007-09-01 13:10:36 +00:00
parent 14d7a9c6ea
commit c3e3a01734

View file

@ -185,7 +185,7 @@ MoveToEx(HDC hdc,
int Y, int Y,
LPPOINT lpPoint) LPPOINT lpPoint)
{ {
return MoveToEx(hdc, X, Y, lpPoint); return NtGdiMoveToEx(hdc, X, Y, lpPoint);
} }
/* /*
@ -199,7 +199,7 @@ OffsetViewportOrgEx(HDC hdc,
int nYOffset, int nYOffset,
LPPOINT lpPoint) LPPOINT lpPoint)
{ {
return OffsetViewportOrgEx(hdc, nXOffset, nYOffset, lpPoint); return NtGdiOffsetViewportOrgEx(hdc, nXOffset, nYOffset, lpPoint);
} }
/* /*