mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-12-28 22:41:43 +00:00
Fix INCLUDE_ macros
svn path=/trunk/; revision=20259
This commit is contained in:
parent
cbdc3e990c
commit
2ab7f3ddb3
@ -1,3 +1,9 @@
|
|||||||
|
2008-05-29 Matthias Clasen <mclasen@redhat.com>
|
||||||
|
|
||||||
|
* io-jasper.c:
|
||||||
|
* io-ico.c:
|
||||||
|
* io-icns.c: Use the correct INCLUDE_ macros.
|
||||||
|
|
||||||
2008-05-29 Matthias Clasen <mclasen@redhat.com>
|
2008-05-29 Matthias Clasen <mclasen@redhat.com>
|
||||||
|
|
||||||
* === Released 2.13.1 ===
|
* === Released 2.13.1 ===
|
||||||
|
@ -364,7 +364,7 @@ icns_image_load (FILE *f, GError ** error)
|
|||||||
return pixbuf;
|
return pixbuf;
|
||||||
}
|
}
|
||||||
|
|
||||||
#ifndef INCLUDE_png
|
#ifndef INCLUDE_icns
|
||||||
#define MODULE_ENTRY(function) G_MODULE_EXPORT void function
|
#define MODULE_ENTRY(function) G_MODULE_EXPORT void function
|
||||||
#else
|
#else
|
||||||
#define MODULE_ENTRY(function) void _gdk_pixbuf__icns_ ## function
|
#define MODULE_ENTRY(function) void _gdk_pixbuf__icns_ ## function
|
||||||
|
@ -1184,7 +1184,7 @@ gdk_pixbuf__ico_image_save (FILE *f,
|
|||||||
return TRUE;
|
return TRUE;
|
||||||
}
|
}
|
||||||
|
|
||||||
#ifndef INCLUDE_png
|
#ifndef INCLUDE_ico
|
||||||
#define MODULE_ENTRY(function) G_MODULE_EXPORT void function
|
#define MODULE_ENTRY(function) G_MODULE_EXPORT void function
|
||||||
#else
|
#else
|
||||||
#define MODULE_ENTRY(function) void _gdk_pixbuf__ico_ ## function
|
#define MODULE_ENTRY(function) void _gdk_pixbuf__ico_ ## function
|
||||||
|
@ -262,7 +262,7 @@ jasper_image_load_increment (gpointer data, const guchar *buf, guint size, GErro
|
|||||||
return TRUE;
|
return TRUE;
|
||||||
}
|
}
|
||||||
|
|
||||||
#ifndef INCLUDE_png
|
#ifndef INCLUDE_jasper
|
||||||
#define MODULE_ENTRY(function) G_MODULE_EXPORT void function
|
#define MODULE_ENTRY(function) G_MODULE_EXPORT void function
|
||||||
#else
|
#else
|
||||||
#define MODULE_ENTRY(function) void _gdk_pixbuf__jasper_ ## function
|
#define MODULE_ENTRY(function) void _gdk_pixbuf__jasper_ ## function
|
||||||
|
Loading…
Reference in New Issue
Block a user