mirror of
https://github.com/reactos/reactos.git
synced 2025-01-01 03:54:02 +00:00
Add Get/SetLayout to psdk.
svn path=/trunk/; revision=31485
This commit is contained in:
parent
de36e54946
commit
500a6e0e0f
1 changed files with 4 additions and 0 deletions
|
@ -2995,6 +2995,10 @@ BOOL WINAPI SetICMProfileA(HDC,LPSTR);
|
|||
BOOL WINAPI SetICMProfileW(HDC,LPWSTR);
|
||||
int WINAPI SetMapMode(HDC,int);
|
||||
DWORD WINAPI SetMapperFlags(HDC,DWORD);
|
||||
#if (_WIN32_WINNT >= 0x0500)
|
||||
DWORD WINAPI SetLayout(HDC,DWORD);
|
||||
DWORD WINAPI GetLayout(HDC);
|
||||
#endif
|
||||
HMETAFILE WINAPI SetMetaFileBitsEx(UINT,const BYTE *);
|
||||
int WINAPI SetMetaRgn(HDC);
|
||||
BOOL WINAPI SetMiterLimit(HDC,FLOAT,PFLOAT);
|
||||
|
|
Loading…
Reference in a new issue