Fix INCLUDE_ macros

svn path=/trunk/; revision=20259
This commit is contained in:
Matthias Clasen 2008-05-30 13:34:52 +00:00
parent cbdc3e990c
commit 2ab7f3ddb3
4 changed files with 9 additions and 3 deletions

View File

@ -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>
* === Released 2.13.1 ===

View File

@ -364,7 +364,7 @@ icns_image_load (FILE *f, GError ** error)
return pixbuf;
}
#ifndef INCLUDE_png
#ifndef INCLUDE_icns
#define MODULE_ENTRY(function) G_MODULE_EXPORT void function
#else
#define MODULE_ENTRY(function) void _gdk_pixbuf__icns_ ## function

View File

@ -1184,7 +1184,7 @@ gdk_pixbuf__ico_image_save (FILE *f,
return TRUE;
}
#ifndef INCLUDE_png
#ifndef INCLUDE_ico
#define MODULE_ENTRY(function) G_MODULE_EXPORT void function
#else
#define MODULE_ENTRY(function) void _gdk_pixbuf__ico_ ## function

View File

@ -262,7 +262,7 @@ jasper_image_load_increment (gpointer data, const guchar *buf, guint size, GErro
return TRUE;
}
#ifndef INCLUDE_png
#ifndef INCLUDE_jasper
#define MODULE_ENTRY(function) G_MODULE_EXPORT void function
#else
#define MODULE_ENTRY(function) void _gdk_pixbuf__jasper_ ## function