forked from AuroraMiddleware/gtk
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>
|
||||
|
||||
* === Released 2.13.1 ===
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user