mirror of
https://github.com/reactos/reactos.git
synced 2025-08-03 15:26:02 +00:00
- fix build
svn path=/trunk/; revision=46109
This commit is contained in:
parent
f34091b0e8
commit
c97215f5d4
2 changed files with 1 additions and 5 deletions
|
@ -233,10 +233,6 @@ ConvertBitmapInfo(
|
|||
BOOL FollowedByData
|
||||
);
|
||||
|
||||
DEVMODEW *
|
||||
NTAPI
|
||||
GdiConvertToDevmodeW(DEVMODEA *dm);
|
||||
|
||||
DWORD
|
||||
WINAPI
|
||||
GetAndSetDCDWord( HDC, INT, DWORD, DWORD, DWORD, DWORD );
|
||||
|
|
|
@ -1353,7 +1353,7 @@ GdiConvertMetaFilePict(HGLOBAL hMem)
|
|||
*/
|
||||
DEVMODEW *
|
||||
WINAPI
|
||||
GdiConvertToDevmodeW(DEVMODEA *dmA)
|
||||
GdiConvertToDevmodeW(const DEVMODEA *dmA)
|
||||
{
|
||||
DEVMODEW *dmW;
|
||||
WORD dmW_size, dmA_size;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue