mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-03 04:13:31 +00:00
- Add GetTransform declaration. (until we have undocgdi.h).
svn path=/trunk/; revision=50633
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user