[gdk-pixbuf] Add comment about the differences between win32 and win64 and make it much more clear that this is j
- From: Fridrich Strba <strba src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gdk-pixbuf] Add comment about the differences between win32 and win64 and make it much more clear that this is j
- Date: Mon, 13 Sep 2010 10:01:04 +0000 (UTC)
commit 3ec9370442718043a81d9146f4283f129d45ee11
Author: Fridrich Å trba <fridrich strba bluewin ch>
Date: Mon Sep 13 11:52:01 2010 +0200
Add comment about the differences between win32 and win64
and make it much more clear that this is just a dummy import
library
gdk-pixbuf/gdiplus.def | 8 ++++++++
1 files changed, 8 insertions(+), 0 deletions(-)
---
diff --git a/gdk-pixbuf/gdiplus.def b/gdk-pixbuf/gdiplus.def
index da691a6..bf8aa01 100644
--- a/gdk-pixbuf/gdiplus.def
+++ b/gdk-pixbuf/gdiplus.def
@@ -1,4 +1,12 @@
EXPORTS
+; this is not a real def file for gdiplus library
+; it is only a def file with symbols strictly neede
+; to make link gdk-pixbuf with gdiplus.dll on systems
+; where the import library does not exit and it contains
+; symbols for both win32 and win64 compilations in
+; the same def file, since win32 uses __stdcall calling
+; convention and win64 uses __cdecl convention; the symbols
+; are nevertheless the same
GdipBitmapGetPixel
GdipBitmapGetPixel 16
GdipBitmapSetPixel
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]