mirror of
https://github.com/reactos/reactos.git
synced 2025-08-05 15:52:57 +00:00
[PSDK]
- Add GdiConvertToDevmodeW declaration (needed for comdlg32). Arwinss PSDK changes should really be merged in. svn path=/trunk/; revision=46101
This commit is contained in:
parent
f4e17f00cb
commit
ec3193bd42
1 changed files with 1 additions and 0 deletions
|
@ -2917,6 +2917,7 @@ BOOL WINAPI FlattenPath(HDC);
|
||||||
BOOL WINAPI FloodFill(HDC,int,int,COLORREF);
|
BOOL WINAPI FloodFill(HDC,int,int,COLORREF);
|
||||||
BOOL WINAPI GdiAlphaBlend(HDC,int,int,int,int,HDC,int,int,int,int,BLENDFUNCTION);
|
BOOL WINAPI GdiAlphaBlend(HDC,int,int,int,int,HDC,int,int,int,int,BLENDFUNCTION);
|
||||||
BOOL WINAPI GdiComment(HDC,UINT,const BYTE*);
|
BOOL WINAPI GdiComment(HDC,UINT,const BYTE*);
|
||||||
|
DEVMODEW* WINAPI GdiConvertToDevmodeW(const DEVMODEA *);
|
||||||
BOOL WINAPI GdiFlush(void);
|
BOOL WINAPI GdiFlush(void);
|
||||||
DWORD WINAPI GdiGetBatchLimit(void);
|
DWORD WINAPI GdiGetBatchLimit(void);
|
||||||
DWORD WINAPI GdiSetBatchLimit(DWORD);
|
DWORD WINAPI GdiSetBatchLimit(DWORD);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue