[gdk-pixbuf] Fix linking on windows x64 Include in the dummy libgdiplus.dll.a both __stdcall and __cdecl versions



commit 6b9a8971071e6446a28d4fb49ece699c92ae6251
Author: Fridrich Å trba <fridrich strba bluewin ch>
Date:   Sun Sep 12 01:53:09 2010 +0200

    Fix linking on windows x64
    Include in the dummy libgdiplus.dll.a both __stdcall and __cdecl versions
    of the same symbol, since __stdcall convention does not exist on win64

 gdk-pixbuf/gdiplus.def |   59 ++++++++++++++++++++++++++++++++++-------------
 1 files changed, 42 insertions(+), 17 deletions(-)
---
diff --git a/gdk-pixbuf/gdiplus.def b/gdk-pixbuf/gdiplus.def
index a32a4a1..da691a6 100644
--- a/gdk-pixbuf/gdiplus.def
+++ b/gdk-pixbuf/gdiplus.def
@@ -1,26 +1,51 @@
 EXPORTS
-	GdiplusStartup 12
-	GdipCreateBitmapFromStream 8
+	GdipBitmapGetPixel
 	GdipBitmapGetPixel 16
-	GdipGetImageWidth 8
-	GdipGetImageHeight 8
-	GdipDisposeImage 4
-	GdipGetImageFlags 8
-	GdipImageGetFrameCount 12
-	GdipImageSelectActiveFrame 12
-	GdipGetPropertyItemSize 12
-	GdipGetPropertyItem 16
+	GdipBitmapSetPixel
+	GdipBitmapSetPixel 16
+	GdipBitmapSetResolution
+	GdipBitmapSetResolution 12
+	GdipCreateBitmapFromScan0
 	GdipCreateBitmapFromScan0 24
-	GdipSaveImageToStream 16
+	GdipCreateBitmapFromStream
+	GdipCreateBitmapFromStream 8
+	GdipDeleteGraphics
+	GdipDeleteGraphics 4
+	GdipDisposeImage
+	GdipDisposeImage 4
+	GdipDrawImageI
+	GdipDrawImageI 16
+	GdipFlush
+	GdipFlush 8
+	GdipGetImageEncoders
 	GdipGetImageEncoders 12
+	GdipGetImageEncodersSize
 	GdipGetImageEncodersSize 8
-	GdipBitmapSetPixel 16
-	GdipDrawImageI 16
+	GdipGetImageFlags
+	GdipGetImageFlags 8
+	GdipGetImageGraphicsContext
 	GdipGetImageGraphicsContext 8
-	GdipFlush 8
-	GdipGraphicsClear 8
-	GdipBitmapSetResolution 12
+	GdipGetImageHeight
+	GdipGetImageHeight 8
+	GdipGetImageHorizontalResolution
 	GdipGetImageHorizontalResolution 8
+	GdipGetImageVerticalResolution
 	GdipGetImageVerticalResolution 8
+	GdipGetImageWidth
+	GdipGetImageWidth 8
+	GdipGetPropertyItem
+	GdipGetPropertyItem 16
+	GdipGetPropertyItemSize
+	GdipGetPropertyItemSize 12
+	GdipGraphicsClear
+	GdipGraphicsClear 8
+	GdipImageGetFrameCount
+	GdipImageGetFrameCount 12
+	GdipImageSelectActiveFrame
+	GdipImageSelectActiveFrame 12
+	GdipLoadImageFromStream
 	GdipLoadImageFromStream 8
-	GdipDeleteGraphics 4
+	GdiplusStartup
+	GdiplusStartup 12
+	GdipSaveImageToStream
+	GdipSaveImageToStream 16



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]