diff options
author | Michael Natterer <mitch@imendio.com> | 2008-05-27 12:50:45 +0000 |
---|---|---|
committer | Michael Natterer <mitch@src.gnome.org> | 2008-05-27 12:50:45 +0000 |
commit | 4449e5032c960e324604ea1b8e482b83c5ad429a (patch) | |
tree | 6a7e37daaab34676360be33e5d05564633f2290c /gdk-pixbuf/gdk-pixbuf.c | |
parent | f498fc887f97b5a8f4f2553325e975897d9f8e6b (diff) | |
download | gdk-pixbuf-4449e5032c960e324604ea1b8e482b83c5ad429a.tar.gz |
put back the #define, but call it GDK_PIXBUF_C_COMPILATION.
2008-05-27 Michael Natterer <mitch@imendio.com>
* gdk-pixbuf.c: put back the #define, but call it
GDK_PIXBUF_C_COMPILATION.
* gdk-pixbuf-features.h.in: make variable export depend on that
define instead of GDK_PIXBUF_COMPILATION.
svn path=/trunk/; revision=20189
Diffstat (limited to 'gdk-pixbuf/gdk-pixbuf.c')
-rw-r--r-- | gdk-pixbuf/gdk-pixbuf.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gdk-pixbuf/gdk-pixbuf.c b/gdk-pixbuf/gdk-pixbuf.c index 6aaffcd97..5fc1ca3fb 100644 --- a/gdk-pixbuf/gdk-pixbuf.c +++ b/gdk-pixbuf/gdk-pixbuf.c @@ -27,6 +27,7 @@ #include <math.h> #include <stdlib.h> #include <string.h> +#define GDK_PIXBUF_C_COMPILATION #include "gdk-pixbuf.h" #include "gdk-pixbuf-private.h" /* Include the marshallers */ |