+++ /dev/null
---- /d/Program Files (x86)/Microsoft Visual Studio 8/VC/PlatformSDK/include/GdiPlusEnums.h Thu Apr 14 16:54:44 2005
-+++ ./GdiPlusEnums.h Mon Feb 25 17:19:13 2008
-@@ -531,11 +531,9 @@
- // We have to change the WMF record numbers so that they don't conflict with
- // the EMF and EMF+ record numbers.
-
--enum EmfPlusRecordType;
--
- #define GDIP_EMFPLUS_RECORD_BASE 0x00004000
- #define GDIP_WMF_RECORD_BASE 0x00010000
--#define GDIP_WMF_RECORD_TO_EMFPLUS(n) ((EmfPlusRecordType)((n) | GDIP_WMF_RECORD_BASE))
-+#define GDIP_WMF_RECORD_TO_EMFPLUS(n) ((n) | GDIP_WMF_RECORD_BASE)
- #define GDIP_EMFPLUS_RECORD_TO_WMF(n) ((n) & (~GDIP_WMF_RECORD_BASE))
- #define GDIP_IS_WMF_RECORDTYPE(n) (((n) & GDIP_WMF_RECORD_BASE) != 0)
-
+++ /dev/null
---- /d/Program Files (x86)/Microsoft Visual Studio 8/VC/PlatformSDK/include/GdiPlusHeaders.h Thu Apr 14 16:54:44 2005
-+++ ./GdiPlusHeaders.h Mon Feb 25 17:20:22 2008
-@@ -650,7 +650,7 @@
-
- class CachedBitmap : public GdiplusBase
- {
-- friend Graphics;
-+ friend class Graphics;
-
- public:
- CachedBitmap(IN Bitmap *bitmap,
+++ /dev/null
---- /d/Program Files (x86)/Microsoft Visual Studio 8/VC/PlatformSDK/include/GdiPlusImaging.h Thu Apr 14 16:54:44 2005
-+++ ./GdiPlusImaging.h Mon Feb 25 17:23:08 2008
-@@ -153,7 +153,7 @@
- UINT Width;
- UINT Height;
- INT Stride;
-- PixelFormat PixelFormat;
-+ Gdiplus::PixelFormat PixelFormat;
- VOID* Scan0;
- UINT_PTR Reserved;
- };
+++ /dev/null
---- /d/Program Files (x86)/Microsoft Visual Studio 8/VC/PlatformSDK/include/GdiPlusimageAttributes.h Thu Apr 14 16:54:44 2005
-+++ ./GdiPlusimageAttributes.h Mon Feb 25 17:21:58 2008
-@@ -231,8 +231,8 @@
- nativeImageAttr,
- type,
- FALSE,
-- NULL,
-- NULL));
-+ (ARGB)0,
-+ (ARGB)0));
- }
-
- Status SetOutputChannel(
-I$(top_srcdir)/lib/cdt
if WITH_GDIPLUS
-PATCHES = GdiPlusEnums.h.patch GdiPlusHeaders.h.patch GdiPlusimageAttributes.h.patch GdiPlusImaging.h.patch
-PATCHED_HEADS = $(PATCHES:.h.patch=.h)
noinst_LTLIBRARIES = libgvplugin_gdiplus_C.la
if WITH_WIN32
libgvplugin_gdiplus_la_LDFLAGS += -Wl,-exported_symbol,_gvplugin_gdiplus_LTX_library
endif
-# object code is dependent on all the local GDI+ headers
-
-gvdevice_gdiplus.lo : $(GDIPLUS_HEADS)
-
-gvloadimage_gdiplus.lo : $(GDIPLUS_HEADS)
-
-gvrender_gdiplus.lo : $(GDIPLUS_HEADS)
-
-if WITH_GDIPLUS
-# patched GDI+ headers are dependent on the patches
-$(PATCHED_HEADS) : %.h : %.h.patch
-
-# all the local GDI+ headers are dependent on the originals in PlatformSDK
-# if the GDI+ header needs to be patched, patch it, else just copy it over
-$(GDIPLUS_HEADS) : %.h : $(PLATFORMSDKINCLUDE_ESCAPED)/%.h
- if expr "$(PATCHED_HEADS)" : '.*$*.h' >/dev/null 2>&1; \
- then patch -o $*.h "$(PLATFORMSDKINCLUDE)\$*.h" $*.h.patch; \
- else cp "$(PLATFORMSDKINCLUDE)\$*.h" $*.h; \
- fi
-endif
-
-EXTRA_DIST = $(PATCHES) gvplugin_gdiplus.vcxproj*
+EXTRA_DIST = gvplugin_gdiplus.vcxproj*