mirror of
https://github.com/reactos/reactos.git
synced 2025-08-02 05:25:48 +00:00
- Add GetTransform declaration. (until we have undocgdi.h).
svn path=/trunk/; revision=50633
This commit is contained in:
parent
ebe0662d8c
commit
5fc327fd57
1 changed files with 1 additions and 0 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue