Commit 7bb1757e authored by Mike McCormack's avatar Mike McCormack Committed by Alexandre Julliard

Correct GdiIsPlayMetafileDC prototype.

parent 74b37280
......@@ -3341,7 +3341,7 @@ DEVMODEW * WINAPI GdiConvertToDevmodeW(const DEVMODEA *);
BOOL WINAPI GdiFlush(void);
BOOL WINAPI GdiIsMetaFileDC(HDC);
BOOL WINAPI GdiIsMetaPrintDC(HDC);
BOOL WINAPI GdiIsMetaPlayMetafileDC(HDC);
BOOL WINAPI GdiIsPlayMetafileDC(HDC);
BOOL WINAPI GdiTransparentBlt(HDC,int,int,int,int,HDC,int,int,int,int,UINT);
INT WINAPI GetArcDirection(HDC);
BOOL WINAPI GetAspectRatioFilterEx(HDC,LPSIZE);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment