- Add GetTransform declaration. (until we have undocgdi.h).

svn path=/trunk/; revision=50633
This commit is contained in:
Aleksey Bragin 2011-02-09 13:31:31 +00:00
parent ebe0662d8c
commit 5fc327fd57

View file

@ -3110,6 +3110,7 @@ int WINAPI GetTextFaceA(HDC,int,LPSTR);
int WINAPI GetTextFaceW(HDC,int,LPWSTR);
BOOL WINAPI GetTextMetricsA(HDC,LPTEXTMETRICA);
BOOL WINAPI GetTextMetricsW(HDC,LPTEXTMETRICW);
BOOL WINAPI GetTransform(HDC,DWORD,XFORM*);
BOOL WINAPI GetViewportExtEx(HDC,LPSIZE);
BOOL WINAPI GetViewportOrgEx(HDC,LPPOINT);
BOOL WINAPI GetWindowExtEx(HDC,LPSIZE);