Merged r16249 from trunk except the added lowercase files.
Modified:
branches/cache_manager_rewrite/reactos/lib/gdiplus/gdiplus/arrow.c
Modified:
branches/cache_manager_rewrite/reactos/lib/gdiplus/gdiplus/bitmap.c
Modified:
branches/cache_manager_rewrite/reactos/lib/gdiplus/gdiplus/brush.c
Modified:
branches/cache_manager_rewrite/reactos/lib/gdiplus/gdiplus/clip.c
Modified:
branches/cache_manager_rewrite/reactos/lib/gdiplus/gdiplus/codec.c
Modified:
branches/cache_manager_rewrite/reactos/lib/gdiplus/gdiplus/container.c
Modified:
branches/cache_manager_rewrite/reactos/lib/gdiplus/gdiplus/dllmain.c
Modified:
branches/cache_manager_rewrite/reactos/lib/gdiplus/gdiplus/draw.c
Modified:
branches/cache_manager_rewrite/reactos/lib/gdiplus/gdiplus/effect.c
Modified:
branches/cache_manager_rewrite/reactos/lib/gdiplus/gdiplus/fill.c
Modified:
branches/cache_manager_rewrite/reactos/lib/gdiplus/gdiplus/font.c
Modified:
branches/cache_manager_rewrite/reactos/lib/gdiplus/gdiplus/graphics.c
Modified:
branches/cache_manager_rewrite/reactos/lib/gdiplus/gdiplus/image.c
Modified:
branches/cache_manager_rewrite/reactos/lib/gdiplus/gdiplus/linecap.c
Modified:
branches/cache_manager_rewrite/reactos/lib/gdiplus/gdiplus/linegradient.
c
Modified:
branches/cache_manager_rewrite/reactos/lib/gdiplus/gdiplus/matrix.c
Modified:
branches/cache_manager_rewrite/reactos/lib/gdiplus/gdiplus/memory.c
Modified:
branches/cache_manager_rewrite/reactos/lib/gdiplus/gdiplus/metafile.c
Modified:
branches/cache_manager_rewrite/reactos/lib/gdiplus/gdiplus/palette.c
Modified:
branches/cache_manager_rewrite/reactos/lib/gdiplus/gdiplus/path.c
Modified:
branches/cache_manager_rewrite/reactos/lib/gdiplus/gdiplus/pathgradient.
c
Modified:
branches/cache_manager_rewrite/reactos/lib/gdiplus/gdiplus/pathiterator.
c
Modified:
branches/cache_manager_rewrite/reactos/lib/gdiplus/gdiplus/pen.c
Modified:
branches/cache_manager_rewrite/reactos/lib/gdiplus/gdiplus/region.c
Modified:
branches/cache_manager_rewrite/reactos/lib/gdiplus/gdiplus/string.c
Modified:
branches/cache_manager_rewrite/reactos/lib/gdiplus/gdiplus/texture.c
Modified:
branches/cache_manager_rewrite/reactos/lib/gdiplus/gdiplus/transform.c
Deleted:
branches/cache_manager_rewrite/reactos/lib/gdiplus/include/GdiPlusPrivat
e.h
Deleted: branches/cache_manager_rewrite/reactos/w32api/include/GdiPlus.h
Deleted:
branches/cache_manager_rewrite/reactos/w32api/include/GdiPlusBase.h
Deleted:
branches/cache_manager_rewrite/reactos/w32api/include/GdiPlusBrush.h
Deleted:
branches/cache_manager_rewrite/reactos/w32api/include/GdiPlusColor.h
Deleted:
branches/cache_manager_rewrite/reactos/w32api/include/GdiPlusColorMatrix
.h
Deleted:
branches/cache_manager_rewrite/reactos/w32api/include/GdiPlusEffects.h
Deleted:
branches/cache_manager_rewrite/reactos/w32api/include/GdiPlusEnums.h
Deleted:
branches/cache_manager_rewrite/reactos/w32api/include/GdiPlusFlat.h
Deleted:
branches/cache_manager_rewrite/reactos/w32api/include/GdiPlusGpStubs.h
Deleted:
branches/cache_manager_rewrite/reactos/w32api/include/GdiPlusGraphics.h
Deleted:
branches/cache_manager_rewrite/reactos/w32api/include/GdiPlusHeaders.h
Deleted:
branches/cache_manager_rewrite/reactos/w32api/include/GdiPlusImageAttrib
utes.h
Deleted:
branches/cache_manager_rewrite/reactos/w32api/include/GdiPlusImaging.h
Deleted:
branches/cache_manager_rewrite/reactos/w32api/include/GdiPlusInit.h
Deleted:
branches/cache_manager_rewrite/reactos/w32api/include/GdiPlusLineCaps.h
Deleted:
branches/cache_manager_rewrite/reactos/w32api/include/GdiPlusMatrix.h
Deleted:
branches/cache_manager_rewrite/reactos/w32api/include/GdiPlusMem.h
Deleted:
branches/cache_manager_rewrite/reactos/w32api/include/GdiPlusMetaFile.h
Deleted:
branches/cache_manager_rewrite/reactos/w32api/include/GdiPlusMetaHeader.
h
Deleted:
branches/cache_manager_rewrite/reactos/w32api/include/GdiPlusPath.h
Deleted:
branches/cache_manager_rewrite/reactos/w32api/include/GdiPlusPen.h
Deleted:
branches/cache_manager_rewrite/reactos/w32api/include/GdiPlusPixelFormat
s.h
Deleted:
branches/cache_manager_rewrite/reactos/w32api/include/GdiPlusStringForma
t.h
Deleted:
branches/cache_manager_rewrite/reactos/w32api/include/GdiPlusTypes.h
_____
Modified:
branches/cache_manager_rewrite/reactos/lib/gdiplus/gdiplus/arrow.c
--- branches/cache_manager_rewrite/reactos/lib/gdiplus/gdiplus/arrow.c
2005-08-13 23:59:17 UTC (rev 17374)
+++ branches/cache_manager_rewrite/reactos/lib/gdiplus/gdiplus/arrow.c
2005-08-14 01:12:56 UTC (rev 17375)
@@ -1,5 +1,5 @@
#include <windows.h>
-#include <GdiPlusPrivate.h>
+#include <gdiplusprivate.h>
#include <debug.h>
/*
_____
Modified:
branches/cache_manager_rewrite/reactos/lib/gdiplus/gdiplus/bitmap.c
--- branches/cache_manager_rewrite/reactos/lib/gdiplus/gdiplus/bitmap.c
2005-08-13 23:59:17 UTC (rev 17374)
+++ branches/cache_manager_rewrite/reactos/lib/gdiplus/gdiplus/bitmap.c
2005-08-14 01:12:56 UTC (rev 17375)
@@ -1,5 +1,5 @@
#include <windows.h>
-#include <GdiPlusPrivate.h>
+#include <gdiplusprivate.h>
#include <debug.h>
/*
_____
Modified:
branches/cache_manager_rewrite/reactos/lib/gdiplus/gdiplus/brush.c
--- branches/cache_manager_rewrite/reactos/lib/gdiplus/gdiplus/brush.c
2005-08-13 23:59:17 UTC (rev 17374)
+++ branches/cache_manager_rewrite/reactos/lib/gdiplus/gdiplus/brush.c
2005-08-14 01:12:56 UTC (rev 17375)
@@ -1,5 +1,5 @@
#include <windows.h>
-#include <GdiPlusPrivate.h>
+#include <gdiplusprivate.h>
#include <debug.h>
/*
_____
Modified:
branches/cache_manager_rewrite/reactos/lib/gdiplus/gdiplus/clip.c
--- branches/cache_manager_rewrite/reactos/lib/gdiplus/gdiplus/clip.c
2005-08-13 23:59:17 UTC (rev 17374)
+++ branches/cache_manager_rewrite/reactos/lib/gdiplus/gdiplus/clip.c
2005-08-14 01:12:56 UTC (rev 17375)
@@ -1,5 +1,5 @@
#include <windows.h>
-#include <GdiPlusPrivate.h>
+#include <gdiplusprivate.h>
#include <debug.h>
/*
_____
Modified:
branches/cache_manager_rewrite/reactos/lib/gdiplus/gdiplus/codec.c
--- branches/cache_manager_rewrite/reactos/lib/gdiplus/gdiplus/codec.c
2005-08-13 23:59:17 UTC (rev 17374)
+++ branches/cache_manager_rewrite/reactos/lib/gdiplus/gdiplus/codec.c
2005-08-14 01:12:56 UTC (rev 17375)
@@ -1,5 +1,5 @@
#include <windows.h>
-#include <GdiPlusPrivate.h>
+#include <gdiplusprivate.h>
#include <debug.h>
/*
_____
Modified:
branches/cache_manager_rewrite/reactos/lib/gdiplus/gdiplus/container.c
---
branches/cache_manager_rewrite/reactos/lib/gdiplus/gdiplus/container.c
2005-08-13 23:59:17 UTC (rev 17374)
+++
branches/cache_manager_rewrite/reactos/lib/gdiplus/gdiplus/container.c
2005-08-14 01:12:56 UTC (rev 17375)
@@ -1,5 +1,5 @@
#include <windows.h>
-#include <GdiPlusPrivate.h>
+#include <gdiplusprivate.h>
#include <debug.h>
/*
_____
Modified:
branches/cache_manager_rewrite/reactos/lib/gdiplus/gdiplus/dllmain.c
--- branches/cache_manager_rewrite/reactos/lib/gdiplus/gdiplus/dllmain.c
2005-08-13 23:59:17 UTC (rev 17374)
+++ branches/cache_manager_rewrite/reactos/lib/gdiplus/gdiplus/dllmain.c
2005-08-14 01:12:56 UTC (rev 17375)
@@ -1,5 +1,5 @@
#include <windows.h>
-#include <GdiPlusPrivate.h>
+#include <gdiplusprivate.h>
#include <debug.h>
#ifdef DBG
_____
Modified:
branches/cache_manager_rewrite/reactos/lib/gdiplus/gdiplus/draw.c
--- branches/cache_manager_rewrite/reactos/lib/gdiplus/gdiplus/draw.c
2005-08-13 23:59:17 UTC (rev 17374)
+++ branches/cache_manager_rewrite/reactos/lib/gdiplus/gdiplus/draw.c
2005-08-14 01:12:56 UTC (rev 17375)
@@ -1,5 +1,5 @@
#include <windows.h>
-#include <GdiPlusPrivate.h>
+#include <gdiplusprivate.h>
#include <debug.h>
/*
_____
Modified:
branches/cache_manager_rewrite/reactos/lib/gdiplus/gdiplus/effect.c
--- branches/cache_manager_rewrite/reactos/lib/gdiplus/gdiplus/effect.c
2005-08-13 23:59:17 UTC (rev 17374)
+++ branches/cache_manager_rewrite/reactos/lib/gdiplus/gdiplus/effect.c
2005-08-14 01:12:56 UTC (rev 17375)
@@ -1,5 +1,5 @@
#include <windows.h>
-#include <GdiPlusPrivate.h>
+#include <gdiplusprivate.h>
#include <debug.h>
/*
_____
Modified:
branches/cache_manager_rewrite/reactos/lib/gdiplus/gdiplus/fill.c
--- branches/cache_manager_rewrite/reactos/lib/gdiplus/gdiplus/fill.c
2005-08-13 23:59:17 UTC (rev 17374)
+++ branches/cache_manager_rewrite/reactos/lib/gdiplus/gdiplus/fill.c
2005-08-14 01:12:56 UTC (rev 17375)
@@ -1,5 +1,5 @@
#include <windows.h>
-#include <GdiPlusPrivate.h>
+#include <gdiplusprivate.h>
#include <debug.h>
/*
_____
Modified:
branches/cache_manager_rewrite/reactos/lib/gdiplus/gdiplus/font.c
--- branches/cache_manager_rewrite/reactos/lib/gdiplus/gdiplus/font.c
2005-08-13 23:59:17 UTC (rev 17374)
+++ branches/cache_manager_rewrite/reactos/lib/gdiplus/gdiplus/font.c
2005-08-14 01:12:56 UTC (rev 17375)
@@ -1,5 +1,5 @@
#include <windows.h>
-#include <GdiPlusPrivate.h>
+#include <gdiplusprivate.h>
#include <debug.h>
/*
_____
Modified:
branches/cache_manager_rewrite/reactos/lib/gdiplus/gdiplus/graphics.c
---
branches/cache_manager_rewrite/reactos/lib/gdiplus/gdiplus/graphics.c
2005-08-13 23:59:17 UTC (rev 17374)
+++
branches/cache_manager_rewrite/reactos/lib/gdiplus/gdiplus/graphics.c
2005-08-14 01:12:56 UTC (rev 17375)
@@ -1,5 +1,5 @@
#include <windows.h>
-#include <GdiPlusPrivate.h>
+#include <gdiplusprivate.h>
#include <debug.h>
/*
_____
Modified:
branches/cache_manager_rewrite/reactos/lib/gdiplus/gdiplus/image.c
--- branches/cache_manager_rewrite/reactos/lib/gdiplus/gdiplus/image.c
2005-08-13 23:59:17 UTC (rev 17374)
+++ branches/cache_manager_rewrite/reactos/lib/gdiplus/gdiplus/image.c
2005-08-14 01:12:56 UTC (rev 17375)
@@ -1,5 +1,5 @@
#include <windows.h>
-#include <GdiPlusPrivate.h>
+#include <gdiplusprivate.h>
#include <debug.h>
/*
_____
Modified:
branches/cache_manager_rewrite/reactos/lib/gdiplus/gdiplus/linecap.c
--- branches/cache_manager_rewrite/reactos/lib/gdiplus/gdiplus/linecap.c
2005-08-13 23:59:17 UTC (rev 17374)
+++ branches/cache_manager_rewrite/reactos/lib/gdiplus/gdiplus/linecap.c
2005-08-14 01:12:56 UTC (rev 17375)
@@ -1,7 +1,6 @@
#include <windows.h>
-#include <GdiPlusPrivate.h>
+#include <gdiplusprivate.h>
#include <debug.h>
-#include <GdiPlusPrivate.h>
/*
* @unimplemented
_____
Modified:
branches/cache_manager_rewrite/reactos/lib/gdiplus/gdiplus/linegradient.
c
---
branches/cache_manager_rewrite/reactos/lib/gdiplus/gdiplus/linegradient.
c 2005-08-13 23:59:17 UTC (rev 17374)
+++
branches/cache_manager_rewrite/reactos/lib/gdiplus/gdiplus/linegradient.
c 2005-08-14 01:12:56 UTC (rev 17375)
@@ -1,5 +1,5 @@
#include <windows.h>
-#include <GdiPlusPrivate.h>
+#include <gdiplusprivate.h>
#include <debug.h>
/*
_____
Modified:
branches/cache_manager_rewrite/reactos/lib/gdiplus/gdiplus/matrix.c
--- branches/cache_manager_rewrite/reactos/lib/gdiplus/gdiplus/matrix.c
2005-08-13 23:59:17 UTC (rev 17374)
+++ branches/cache_manager_rewrite/reactos/lib/gdiplus/gdiplus/matrix.c
2005-08-14 01:12:56 UTC (rev 17375)
@@ -1,5 +1,5 @@
#include <windows.h>
-#include <GdiPlusPrivate.h>
+#include <gdiplusprivate.h>
#include <debug.h>
/*
_____
Modified:
branches/cache_manager_rewrite/reactos/lib/gdiplus/gdiplus/memory.c
--- branches/cache_manager_rewrite/reactos/lib/gdiplus/gdiplus/memory.c
2005-08-13 23:59:17 UTC (rev 17374)
+++ branches/cache_manager_rewrite/reactos/lib/gdiplus/gdiplus/memory.c
2005-08-14 01:12:56 UTC (rev 17375)
@@ -1,5 +1,5 @@
#include <windows.h>
-#include <GdiPlusPrivate.h>
+#include <gdiplusprivate.h>
#include <debug.h>
/*
_____
Modified:
branches/cache_manager_rewrite/reactos/lib/gdiplus/gdiplus/metafile.c
---
branches/cache_manager_rewrite/reactos/lib/gdiplus/gdiplus/metafile.c
2005-08-13 23:59:17 UTC (rev 17374)
+++
branches/cache_manager_rewrite/reactos/lib/gdiplus/gdiplus/metafile.c
2005-08-14 01:12:56 UTC (rev 17375)
@@ -1,5 +1,5 @@
#include <windows.h>
-#include <GdiPlusPrivate.h>
+#include <gdiplusprivate.h>
#include <debug.h>
/*
_____
Modified:
branches/cache_manager_rewrite/reactos/lib/gdiplus/gdiplus/palette.c
--- branches/cache_manager_rewrite/reactos/lib/gdiplus/gdiplus/palette.c
2005-08-13 23:59:17 UTC (rev 17374)
+++ branches/cache_manager_rewrite/reactos/lib/gdiplus/gdiplus/palette.c
2005-08-14 01:12:56 UTC (rev 17375)
@@ -1,5 +1,5 @@
#include <windows.h>
-#include <GdiPlusPrivate.h>
+#include <gdiplusprivate.h>
#include <debug.h>
/*
_____
Modified:
branches/cache_manager_rewrite/reactos/lib/gdiplus/gdiplus/path.c
--- branches/cache_manager_rewrite/reactos/lib/gdiplus/gdiplus/path.c
2005-08-13 23:59:17 UTC (rev 17374)
+++ branches/cache_manager_rewrite/reactos/lib/gdiplus/gdiplus/path.c
2005-08-14 01:12:56 UTC (rev 17375)
@@ -1,5 +1,5 @@
#include <windows.h>
-#include <GdiPlusPrivate.h>
+#include <gdiplusprivate.h>
#include <debug.h>
/*
_____
Modified:
branches/cache_manager_rewrite/reactos/lib/gdiplus/gdiplus/pathgradient.
c
---
branches/cache_manager_rewrite/reactos/lib/gdiplus/gdiplus/pathgradient.
c 2005-08-13 23:59:17 UTC (rev 17374)
+++
branches/cache_manager_rewrite/reactos/lib/gdiplus/gdiplus/pathgradient.
c 2005-08-14 01:12:56 UTC (rev 17375)
@@ -1,5 +1,5 @@
#include <windows.h>
-#include <GdiPlusPrivate.h>
+#include <gdiplusprivate.h>
#include <debug.h>
/*
_____
Modified:
branches/cache_manager_rewrite/reactos/lib/gdiplus/gdiplus/pathiterator.
c
---
branches/cache_manager_rewrite/reactos/lib/gdiplus/gdiplus/pathiterator.
c 2005-08-13 23:59:17 UTC (rev 17374)
+++
branches/cache_manager_rewrite/reactos/lib/gdiplus/gdiplus/pathiterator.
c 2005-08-14 01:12:56 UTC (rev 17375)
@@ -1,5 +1,5 @@
#include <windows.h>
-#include <GdiPlusPrivate.h>
+#include <gdiplusprivate.h>
#include <debug.h>
/*
_____
Modified:
branches/cache_manager_rewrite/reactos/lib/gdiplus/gdiplus/pen.c
--- branches/cache_manager_rewrite/reactos/lib/gdiplus/gdiplus/pen.c
2005-08-13 23:59:17 UTC (rev 17374)
+++ branches/cache_manager_rewrite/reactos/lib/gdiplus/gdiplus/pen.c
2005-08-14 01:12:56 UTC (rev 17375)
@@ -1,5 +1,5 @@
#include <windows.h>
-#include <GdiPlusPrivate.h>
+#include <gdiplusprivate.h>
#include <debug.h>
/*
_____
Modified:
branches/cache_manager_rewrite/reactos/lib/gdiplus/gdiplus/region.c
--- branches/cache_manager_rewrite/reactos/lib/gdiplus/gdiplus/region.c
2005-08-13 23:59:17 UTC (rev 17374)
+++ branches/cache_manager_rewrite/reactos/lib/gdiplus/gdiplus/region.c
2005-08-14 01:12:56 UTC (rev 17375)
@@ -1,5 +1,5 @@
#include <windows.h>
-#include <GdiPlusPrivate.h>
+#include <gdiplusprivate.h>
#include <debug.h>
/*
_____
Modified:
branches/cache_manager_rewrite/reactos/lib/gdiplus/gdiplus/string.c
--- branches/cache_manager_rewrite/reactos/lib/gdiplus/gdiplus/string.c
2005-08-13 23:59:17 UTC (rev 17374)
+++ branches/cache_manager_rewrite/reactos/lib/gdiplus/gdiplus/string.c
2005-08-14 01:12:56 UTC (rev 17375)
@@ -1,5 +1,5 @@
#include <windows.h>
-#include <GdiPlusPrivate.h>
+#include <gdiplusprivate.h>
#include <debug.h>
/*
_____
Modified:
branches/cache_manager_rewrite/reactos/lib/gdiplus/gdiplus/texture.c
--- branches/cache_manager_rewrite/reactos/lib/gdiplus/gdiplus/texture.c
2005-08-13 23:59:17 UTC (rev 17374)
+++ branches/cache_manager_rewrite/reactos/lib/gdiplus/gdiplus/texture.c
2005-08-14 01:12:56 UTC (rev 17375)
@@ -1,5 +1,5 @@
#include <windows.h>
-#include <GdiPlusPrivate.h>
+#include <gdiplusprivate.h>
#include <debug.h>
/*
_____
Modified:
branches/cache_manager_rewrite/reactos/lib/gdiplus/gdiplus/transform.c
---
branches/cache_manager_rewrite/reactos/lib/gdiplus/gdiplus/transform.c
2005-08-13 23:59:17 UTC (rev 17374)
+++
branches/cache_manager_rewrite/reactos/lib/gdiplus/gdiplus/transform.c
2005-08-14 01:12:56 UTC (rev 17375)
@@ -1,5 +1,5 @@
#include <windows.h>
-#include <GdiPlusPrivate.h>
+#include <gdiplusprivate.h>
#include <debug.h>
/*
_____
Deleted:
branches/cache_manager_rewrite/reactos/lib/gdiplus/include/GdiPlusPrivat
e.h
---
branches/cache_manager_rewrite/reactos/lib/gdiplus/include/GdiPlusPrivat
e.h 2005-08-13 23:59:17 UTC (rev 17374)
+++
branches/cache_manager_rewrite/reactos/lib/gdiplus/include/GdiPlusPrivat
e.h 2005-08-14 01:12:56 UTC (rev 17375)
@@ -1,342 +0,0 @@
-/*
- * COPYRIGHT: See COPYING in the top level directory
- * PROJECT: ReactOS gdiplus.dll
- * FILE: include/GdiPlusPrivate.h
- * PURPOSE: GDI+ private definitions
- */
-#ifndef __GDIPLUSPRIVATE_H
-#define __GDIPLUSPRIVATE_H
-
-#include <GdiPlusEnums.h>
-#include <GdiPlusPixelFormats.h>
-
-typedef float REAL;
-typedef ARGB Color;
-#include <GdiPlusColorMatrix.h>
-
-#define WINGDIPAPI __stdcall
-#define GDIPCONST const
-
-typedef BOOL (CALLBACK * ImageAbort)(VOID *);
-typedef ImageAbort DrawImageAbort;
-typedef ImageAbort GetThumbnailImageAbort;
-typedef BOOL (CALLBACK * EnumerateMetafileProc)(EmfPlusRecordType,
- UINT,
- UINT,
- const BYTE*,
- VOID*);
-
-typedef enum {
- Ok = 0,
- GenericError = 1,
- InvalidParameter = 2,
- OutOfMemory = 3,
- ObjectBusy = 4,
- InsufficientBuffer = 5,
- NotImplemented = 6,
- Win32Error = 7,
- WrongState = 8,
- Aborted = 9,
- FileNotFound = 10,
- ValueOverflow = 11,
- AccessDenied = 12,
- UnknownImageFormat = 13,
- FontFamilyNotFound = 14,
- FontStyleNotFound = 15,
- NotTrueTypeFont = 16,
- UnsupportedGdiplusVersion = 17,
- GdiplusNotInitialized = 18,
- PropertyNotFound = 19,
- PropertyNotSupported = 20,
- ProfileNotFound = 21
-} GpStatus;
-
-typedef GpStatus Status;
-
-typedef struct
-{
-} GpAdjustableArrowCap;
-
-typedef struct
-{
-} GpBitmap;
-
-typedef struct
-{
-} GpGraphics;
-
-typedef struct
-{
-} BitmapData;
-
-typedef struct
-{
-} CGpEffect;
-
-typedef struct
-{
-} GpCachedBitmap;
-
-typedef struct
-{
-} IDirectDrawSurface7;
-
-typedef struct
-{
-} GpBrush;
-
-typedef BrushType GpBrushType;
-
-typedef HatchStyle GpHatchStyle;
-
-typedef struct
-{
-} GpHatch;
-
-typedef struct
-{
-} GpPath;
-
-typedef struct
-{
-} GpRegion;
-
-typedef struct
-{
- CLSID Clsid;
- GUID FormatID;
- WCHAR *CodecName;
- WCHAR *DllName;
- WCHAR *FormatDescription;
- WCHAR *FilenameExtension;
- WCHAR *MimeType;
- DWORD Flags;
- DWORD Version;
- DWORD SigCount;
- DWORD SigSize;
- BYTE *SigPattern;
- BYTE *SigMask;
-} ImageCodecInfo;
-
-typedef Unit GpUnit;
-
-typedef struct
-{
-} GpPen;
-
-typedef struct
-{
- REAL X;
- REAL Y;
-} GpPointF;
-
-typedef struct
-{
- INT X;
- INT Y;
-} GpPoint;
-
-typedef FillMode GpFillMode;
-
-typedef struct
-{
-} GpSolidFill;
-
-typedef struct
-{
-} GpFont;
-
-typedef struct
-{
-} GpFontFamily;
-
-typedef struct
-{
-} GpFontCollection;
-
-typedef FlushIntention GpFlushIntention;
-
-typedef struct
-{
-} GpImage;
-
-typedef struct
-{
-} GpImageAttributes;
-
-typedef struct
-{
-} GpMatrix;
-
-typedef struct
-{
- GUID Guid;
- ULONG NumberOfValues;
- ULONG Type;
- VOID *Value;
-} EncoderParameter;
-
-typedef struct
-{
- UINT Count;
- EncoderParameter Parameter[1];
-} EncoderParameters;
-
-typedef struct
-{
- PROPID id;
- ULONG length;
- WORD type;
- VOID *value;
-} PropertyItem;
-
-typedef struct
-{
- UINT Size;
- UINT Position;
- VOID *Desc;
- UINT DescSize;
- UINT *Data;
- UINT DataSize;
- UINT Cookie;
-} ImageItemData;
-
-typedef enum {
- ColorChannelFlagsC = 0,
- ColorChannelFlagsM = 1,
- ColorChannelFlagsY = 2,
- ColorChannelFlagsK = 3,
- ColorChannelFlagsLast = 4
-} ColorChannelFlags;
-
-typedef LineCap GpLineCap;
-
-typedef struct
-{
-} GpCustomLineCap;
-
-typedef LineJoin GpLineJoin;
-
-typedef WrapMode GpWrapMode;
-
-typedef struct
-{
-} GpLineGradient;
-
-typedef MatrixOrder GpMatrixOrder;
-
-typedef struct
-{
-} GpMetafile;
-
-typedef struct
-{
- REAL X;
- REAL Y;
-} PointF;
-
-typedef struct
-{
- INT X;
- INT Y;
-} Point;
-
-typedef struct
-{
- REAL X;
- REAL Y;
- REAL Width;
- REAL Height;
-} RectF;
-
-typedef RectF GpRectF;
-
-typedef struct
-{
- INT X;
- INT Y;
- INT Width;
- INT Height;
-} Rect;
-
-typedef Rect GpRect;
-
-typedef struct
-{
-} MetafileHeader;
-
-typedef struct {
- INT16 Left;
- INT16 Top;
- INT16 Right;
- INT16 Bottom;
-} PWMFRect16;
-
-typedef struct {
- UINT32 Key;
- INT16 Hmf;
- PWMFRect16 BoundingBox;
- INT16 Inch;
- UINT32 Reserved;
- INT16 Checksum;
-} WmfPlaceableFileHeader;
-
-typedef struct
-{
-} GpPathData;
-
-typedef struct
-{
-} GpStringFormat;
-
-typedef struct
-{
-} GpPathGradient;
-
-typedef struct
-{
-} GpPathIterator;
-
-typedef DashCap GpDashCap;
-
-typedef PenAlignment GpPenAlignment;
-
-typedef PenType GpPenType;
-
-typedef DashStyle GpDashStyle;
-
-typedef struct
-{
-} CharacterRange;
-
-typedef struct
-{
-} GpTexture;
-
-typedef CoordinateSpace GpCoordinateSpace;
-
-typedef enum {
- DebugEventLevelFatal,
- DebugEventLevelWarning
-} DebugEventLevel;
-
-typedef VOID (WINAPI *DebugEventProc)(DebugEventLevel level,
- CHAR *message);
-
-typedef struct
-{
- UINT32 GdiplusVersion;
- DebugEventProc DebugEventCallback;
- BOOL SuppressBackgroundThread;
- BOOL SuppressExternalCodecs;
-} GdiplusStartupInput;
-
-typedef Status (WINAPI *NotificationHookProc)(OUT ULONG_PTR *token);
-typedef VOID (WINAPI *NotificationUnhookProc)(ULONG_PTR token);
-
-typedef struct {
- NotificationHookProc NotificationHook;
- NotificationUnhookProc NotificationUnhook;
-} GdiplusStartupOutput;
-
-#endif /* __GDIPLUSPRIVATE_H */
_____
Deleted: branches/cache_manager_rewrite/reactos/w32api/include/GdiPlus.h
--- branches/cache_manager_rewrite/reactos/w32api/include/GdiPlus.h
2005-08-13 23:59:17 UTC (rev 17374)
+++ branches/cache_manager_rewrite/reactos/w32api/include/GdiPlus.h
2005-08-14 01:12:56 UTC (rev 17375)
@@ -1,78 +0,0 @@
-/*
- * GdiPlus.h
- *
- * Windows GDI+
- *
- * This file is part of the w32api package.
- *
- * THIS SOFTWARE IS NOT COPYRIGHTED
- *
- * This source code is offered for use in the public domain. You may
- * use, modify or distribute it freely.
- *
- * This code is distributed in the hope that it will be useful but
- * WITHOUT ANY WARRANTY. ALL WARRANTIES, EXPRESS OR IMPLIED ARE HEREBY
- * DISCLAIMED. This includes but is not limited to warranties of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
- */
-
-#ifndef _GDIPLUS_H
-#define _GDIPLUS_H
-
-#if __GNUC__ >= 3
-#pragma GCC system_header
-#endif
-
-#ifndef __cplusplus
-#error In order to use GDI+ headers use must use a C++ compiler
-#else
-
-struct IDirectDrawSurface7;
-
-typedef signed short INT16;
-typedef unsigned short UINT16;
-
-#include <pshpack8.h>
-
-namespace Gdiplus
-{
- namespace DllExports
- {
- #include "GdiplusMem.h"
- };
-
- #include "GdiplusBase.h"
-
- #include "GdiplusEnums.h"
- #include "GdiplusTypes.h"
- #include "GdiplusInit.h"
- #include "GdiplusPixelFormats.h"
- #include "GdiplusColor.h"
- #include "GdiplusMetaHeader.h"
- #include "GdiplusImaging.h"
- #include "GdiplusColorMatrix.h"
- #include "GdiplusGpStubs.h"
- #include "GdiplusHeaders.h"
-
- namespace DllExports
- {
- #include "GdiPlusFlat.h"
- };
-
- #include "GdiplusImageAttributes.h"
- #include "GdiplusMatrix.h"
- #include "GdiplusBrush.h"
- #include "GdiplusPen.h"
- #include "GdiplusStringFormat.h"
- #include "GdiplusPath.h"
- #include "GdiplusLineCaps.h"
- #include "GdiplusMetaFile.h"
- #include "GdiplusGraphics.h"
- #include "GdiplusEffects.h"
-}
-
-#include <poppack.h>
-
-#endif
-
-#endif /* _GDIPLUS_H */
_____
Deleted:
branches/cache_manager_rewrite/reactos/w32api/include/GdiPlusBase.h
--- branches/cache_manager_rewrite/reactos/w32api/include/GdiPlusBase.h
2005-08-13 23:59:17 UTC (rev 17374)
+++ branches/cache_manager_rewrite/reactos/w32api/include/GdiPlusBase.h
2005-08-14 01:12:56 UTC (rev 17375)
@@ -1,49 +0,0 @@
-/*
- * GdiPlusBase.h
- *
- * Windows GDI+
- *
- * This file is part of the w32api package.
- *
- * THIS SOFTWARE IS NOT COPYRIGHTED
- *
- * This source code is offered for use in the public domain. You may
- * use, modify or distribute it freely.
- *
- * This code is distributed in the hope that it will be useful but
- * WITHOUT ANY WARRANTY. ALL WARRANTIES, EXPRESS OR IMPLIED ARE HEREBY
- * DISCLAIMED. This includes but is not limited to warranties of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
- */
-
-#ifndef _GDIPLUSBASE_H
-#define _GDIPLUSBASE_H
-
-#if __GNUC__ >= 3
-#pragma GCC system_header
-#endif
-
-class GdiplusBase {
-public:
- void operator delete(void *in_pVoid)
- {
- DllExports::GdipFree(in_pVoid);
- }
-
- void operator delete[](void *in_pVoid)
- {
- DllExports::GdipFree(in_pVoid);
- }
-
- void *operator new(size_t in_size)
- {
- return DllExports::GdipAlloc(in_size);
- }
-
- void *operator new[](size_t in_size)
- {
- return DllExports::GdipAlloc(in_size);
- }
-};
-
-#endif /* _GDIPLUSBASE_H */
_____
Deleted:
branches/cache_manager_rewrite/reactos/w32api/include/GdiPlusBrush.h
--- branches/cache_manager_rewrite/reactos/w32api/include/GdiPlusBrush.h
2005-08-13 23:59:17 UTC (rev 17374)
+++ branches/cache_manager_rewrite/reactos/w32api/include/GdiPlusBrush.h
2005-08-14 01:12:56 UTC (rev 17375)
@@ -1,315 +0,0 @@
-/*
- * GdiPlusBrush.h
- *
- * Windows GDI+
- *
- * This file is part of the w32api package.
- *
- * THIS SOFTWARE IS NOT COPYRIGHTED
- *
- * This source code is offered for use in the public domain. You may
- * use, modify or distribute it freely.
- *
- * This code is distributed in the hope that it will be useful but
- * WITHOUT ANY WARRANTY. ALL WARRANTIES, EXPRESS OR IMPLIED ARE HEREBY
- * DISCLAIMED. This includes but is not limited to warranties of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
- */
-
-#ifndef _GDIPLUSBRUSH_H
-#define _GDIPLUSBRUSH_H
-
-#if __GNUC__ >= 3
-#pragma GCC system_header
-#endif
-
-class Brush : public GdiplusBase
-{
-public:
- Brush *Clone(VOID) const
- {
- return NULL;
- }
-
- Status GetLastStatus(VOID)
- {
- return NotImplemented;
- }
-
- BrushType GetType(VOID)
- {
- return BrushTypeSolidColor;
- }
-};
-
-
-class HatchBrush : public Brush
-{
-public:
- HatchBrush(HatchStyle hatchStyle, const Color &foreColor, const Color
&backColor)
- {
- }
-
- Status GetBackgroundColor(Color *color) const
- {
- return NotImplemented;
- }
-
- Status GetForegroundColor(Color *color) const
- {
- return NotImplemented;
- }
-
- HatchStyle GetHatchStyle(VOID) const
- {
- return HatchStyleHorizontal;
- }
-};
-
-
-class LinearGradientBrush : public Brush
-{
-public:
- LinearGradientBrush(const PointF &point1, const PointF &point2, const
Color &color1, const Color &color2)
- {
- }
-
- LinearGradientBrush(const Rect &rect, const Color &color1, const
Color &color2, REAL angle, BOOL isAngleScalable)
- {
- }
-
- LinearGradientBrush(const Rect &rect, const Color &color1, const
Color &color2, LinearGradientMode mode)
- {
- }
-
- LinearGradientBrush(const Point &point1, const Point &point2, const
Color &color1, const Color &color2)
- {
- }
-
- LinearGradientBrush(const RectF &rect, const Color &color1, const
Color &color2, REAL angle, BOOL isAngleScalable)
- {
- }
-
- LinearGradientBrush(const RectF &rect, const Color &color1, const
Color &color2, LinearGradientMode mode)
- {
- }
-
- Status GetBlend(REAL *blendFactors, REAL *blendPositions, INT count)
- {
- return NotImplemented;
- }
-
- INT GetBlendCount(VOID) const
- {
- return 0;
- }
-
- BOOL GetGammaCorrection(VOID) const
- {
- return FALSE;
- }
-
- INT GetInterpolationColorCount(VOID) const
- {
- return 0;
- }
-
- Status GetInterpolationColors(Color *presetColors, REAL
*blendPositions, INT count) const
- {
- return NotImplemented;
- }
-
- Status GetLinearColors(Color* colors) const
- {
- return NotImplemented;
- }
-
- Status GetRectangle(Rect *rect) const
- {
- return NotImplemented;
- }
-
- Status GetRectangle(RectF* rect) const
- {
- return NotImplemented;
- }
-
- Status GetTransform(Matrix* matrix) const
- {
- return NotImplemented;
- }
-
- WrapMode GetWrapMode(VOID) const
- {
- return WrapModeTile;
- }
-
- Status MultiplyTransform(const Matrix *matrix, MatrixOrder order)
- {
- return NotImplemented;
- }
-
- Status ResetTransform(VOID)
- {
- return NotImplemented;
- }
-
- Status RotateTransform(REAL angle, MatrixOrder order)
- {
- return NotImplemented;
- }
-
- Status ScaleTransform(REAL sx, REAL sy, MatrixOrder order)
- {
- return NotImplemented;
- }
-
- Status SetBlend(const REAL *blendFactors, const REAL *blendPositions,
INT count)
- {
- return NotImplemented;
- }
-
- Status SetBlendBellShape(REAL focus, REAL scale)
- {
- return NotImplemented;
- }
-
- Status SetBlendTriangularShape(REAL focus, REAL scale)
- {
- return NotImplemented;
- }
-
- Status SetGammaCorrection(BOOL useGammaCorrection)
- {
- return NotImplemented;
- }
-
- Status SetInterpolationColors(const Color *presetColors, const REAL
*blendPositions, INT count)
- {
- return NotImplemented;
- }
-
- Status SetLinearColors(const Color& color1, const Color& color2)
- {
- return NotImplemented;
- }
-
- Status SetTransform(const Matrix* matrix)
- {
- return NotImplemented;
- }
-
- Status SetWrapMode(WrapMode wrapMode)
- {
- return NotImplemented;
- }
-
- Status TranslateTransform(REAL dx, REAL dy, MatrixOrder order)
- {
- return NotImplemented;
- }
-};
-
[truncated at 1000 lines; 7185 more skipped]