Add NtGdiTransformPoints stub.

svn path=/trunk/; revision=28109
This commit is contained in:
James Tabor 2007-08-02 22:02:23 +00:00
parent 041123983d
commit 20f9953389
2 changed files with 14 additions and 0 deletions

View file

@ -473,6 +473,19 @@ NtGdiLPtoDP ( HDC hDC, LPPOINT UnsafePoints, INT Count )
return TRUE;
}
BOOL
APIENTRY
NtGdiTransformPoints( HDC hdc,
PPOINT UnsafePtsIn,
PPOINT UnsafePtOut,
INT Count,
INT iMode )
{
UNIMPLEMENTED;
return FALSE;
}
BOOL
STDCALL
NtGdiModifyWorldTransform(HDC hDC,

View file

@ -261,6 +261,7 @@ NtGdiStretchDIBits 13
NtGdiStrokeAndFillPath 1
NtGdiStrokePath 1
NtGdiSwapBuffers 1
NtGdiTransformPoints 5
NtGdiTransparentBlt 11
NtGdiTranslateCharsetInfo 3
NtGdiUnrealizeObject 1