diff options
author | Matthias Clasen <matthiasc@src.gnome.org> | 2008-05-30 13:34:52 +0000 |
---|---|---|
committer | Matthias Clasen <matthiasc@src.gnome.org> | 2008-05-30 13:34:52 +0000 |
commit | 1ea318251d7a853f85b55ce63c12107b4c7842bd (patch) | |
tree | bea17d27f727ddd3168f32eec14f0bfc1e5d52f5 /gdk-pixbuf/io-icns.c | |
parent | 88cce9bead4a433048873e080449e5f5332dd53a (diff) | |
download | gdk-pixbuf-1ea318251d7a853f85b55ce63c12107b4c7842bd.tar.gz |
Fix INCLUDE_ macros
svn path=/trunk/; revision=20259
Diffstat (limited to 'gdk-pixbuf/io-icns.c')
-rw-r--r-- | gdk-pixbuf/io-icns.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdk-pixbuf/io-icns.c b/gdk-pixbuf/io-icns.c index fb043d6bc..df6703fb4 100644 --- a/gdk-pixbuf/io-icns.c +++ b/gdk-pixbuf/io-icns.c @@ -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 |