Francois Gouget : gdiplus: Update win32. api to fix the winapi_check warnings.

Alexandre Julliard julliard at wine.codeweavers.com
Thu Aug 30 13:50:23 CDT 2007


Module: wine
Branch: master
Commit: 20a7ab48d1c663b5a1b8415bc951d1d86c6aea07
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=20a7ab48d1c663b5a1b8415bc951d1d86c6aea07

Author: Francois Gouget <fgouget at free.fr>
Date:   Thu Aug 30 16:14:18 2007 +0200

gdiplus: Update win32.api to fix the winapi_check warnings.

---

 tools/winapi/win32.api |  139 ++++++++++++++++++++++++++++++++++++++++++++++++
 1 files changed, 139 insertions(+), 0 deletions(-)

diff --git a/tools/winapi/win32.api b/tools/winapi/win32.api
index c26f348..71c8ca6 100644
--- a/tools/winapi/win32.api
+++ b/tools/winapi/win32.api
@@ -1481,6 +1481,145 @@ void
 LPCWSTR
 LPWSTR
 
+%%gdiplus.dll
+
+%long
+
+ARGB
+BOOL
+ColorAdjustType
+ColorMatrixFlags
+CompositingMode
+CompositingQuality
+EmfType
+GpDashCap
+GpDashStyle
+GpFillMode
+GpLineCap
+GpLineJoin
+GpMatrixOrder
+GpStatus
+GpUnit
+GpWrapMode
+GraphicsState
+HDC
+HENHMETAFILE
+HMETAFILE
+HWND
+INT
+InterpolationMode
+LANGID
+LinearGradientMode
+PixelFormat
+PixelOffsetMode
+PROPID
+SIZE_T
+SmoothingMode
+Status
+StringAlignment
+StringTrimming
+TextRenderingHint
+UINT
+WrapMode
+
+%long --pointer
+
+ULONG_PTR
+
+%float
+
+REAL
+
+%ptr
+
+ARGB *
+BitmapData *
+BOOL *
+BYTE *
+CLSID *
+ColorMatrix *
+ColorPalette *
+CompositingMode *
+CompositingQuality *
+DrawImageAbort
+EncoderParameters *
+GpBitmap *
+GpBitmap **
+GpBrush *
+GpBrush **
+GpBrushType *
+GpCustomLineCap *
+GpCustomLineCap **
+GpDashStyle *
+GpFillMode *
+GpFont *
+GpFont **
+GpGraphics *
+GpGraphics **
+GpImage *
+GpImage **
+GpImageAttributes *
+GpImageAttributes **
+GpLineGradient *
+GpLineGradient **
+GpMatrix *
+GpMatrix **
+GpMetafile *
+GpMetafile **
+GpPath *
+GpPath **
+GpPathGradient *
+GpPathGradient **
+GpPathIterator *
+GpPathIterator **
+GpPen *
+GpPen **
+GpPoint *
+GpPointF *
+GpRect *
+GpRectF *
+GpSolidFill *
+GpSolidFill **
+GpStringFormat *
+GpStringFormat **
+GpTexture *
+GpTexture **
+GpUnit *
+GraphicsState *
+GUID *
+ImageItemData *
+ImageType *
+INT *
+InterpolationMode *
+IStream *
+IStream **
+LOGFONTA *
+LOGFONTW *
+MetafileHeader *
+PixelFormat *
+PixelOffsetMode *
+REAL *
+RectF *
+SmoothingMode *
+StringAlignment *
+StringTrimming *
+TextRenderingHint *
+UINT *
+ULONG_PTR *
+VOID *
+WmfPlaceableFileHeader *
+struct GdiplusStartupInput *
+struct GdiplusStartupOutput *
+void *
+
+%wstr
+
+WCHAR *
+
+%void
+
+void
+
 %%glu32.dll
 
 %double




More information about the wine-cvs mailing list