[PATCH] include: Add a few missing entries in wingdi.h.

Grazvydas Ignotas notasas at gmail.com
Mon Apr 6 15:40:52 CDT 2015


used by a program I want to compile against winelib.
---
 include/wingdi.h | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/include/wingdi.h b/include/wingdi.h
index 0137ebd..e860f2c 100644
--- a/include/wingdi.h
+++ b/include/wingdi.h
@@ -3470,12 +3470,14 @@ WINGDIAPI BOOL        WINAPI GdiAlphaBlend(HDC,int,int,int,int,HDC,int,int,int,i
 WINGDIAPI BOOL        WINAPI GdiComment(HDC,UINT,const BYTE *);
 WINGDIAPI DEVMODEW *  WINAPI GdiConvertToDevmodeW(const DEVMODEA *);
 WINGDIAPI BOOL        WINAPI GdiFlush(void);
+WINGDIAPI DWORD       WINAPI GdiGetBatchLimit(void);
 WINGDIAPI LONG        WINAPI GdiGetCharDimensions(HDC, LPTEXTMETRICW, LONG *);
 WINGDIAPI DWORD       WINAPI GdiGetCodePage(HDC);
 WINGDIAPI BOOL        WINAPI GdiGradientFill(HDC,PTRIVERTEX,ULONG,PVOID,ULONG,ULONG);
 WINGDIAPI BOOL        WINAPI GdiIsMetaFileDC(HDC);
 WINGDIAPI BOOL        WINAPI GdiIsMetaPrintDC(HDC);
 WINGDIAPI BOOL        WINAPI GdiIsPlayMetafileDC(HDC);
+WINGDIAPI DWORD       WINAPI GdiSetBatchLimit(DWORD);
 WINGDIAPI BOOL        WINAPI GdiTransparentBlt(HDC,int,int,int,int,HDC,int,int,int,int,UINT);
 WINGDIAPI INT         WINAPI GetArcDirection(HDC);
 WINGDIAPI BOOL        WINAPI GetAspectRatioFilterEx(HDC,LPSIZE);
-- 
1.9.1




More information about the wine-patches mailing list