diff options
author | Michael Natterer <mitch@imendio.com> | 2008-05-27 12:05:14 +0000 |
---|---|---|
committer | Michael Natterer <mitch@src.gnome.org> | 2008-05-27 12:05:14 +0000 |
commit | f498fc887f97b5a8f4f2553325e975897d9f8e6b (patch) | |
tree | 88cbbe2f5ec2a233ec32c6e52602a2daf4f6fed9 /gdk-pixbuf/ChangeLog | |
parent | 727a7dbf461b48b2c35c5a94bd61ce5996b92a92 (diff) | |
download | gtk+-f498fc887f97b5a8f4f2553325e975897d9f8e6b.tar.gz |
Fix and simplify definition of GDK_PIXBUF_VAR:
2008-05-27 Michael Natterer <mitch@imendio.com>
Fix and simplify definition of GDK_PIXBUF_VAR:
* Makefile.am: add -DGDK_PIXBUF_COMPILATION to INCLUDES.
* gdk-pixbuf.c: don't #define it here. Remove GDK_PIXBUF_VAR from
the definition of the version variables.
* gdk-pixbuf-features.h.in: in the !G_PLATFORM_WIN32 case, always
define GDK_PIXBUF_VAR to "extern". Remove redundant #ifndef
GDK_PIXBUF_VAR around the whole block, the header itself already
has include guards.
svn path=/trunk/; revision=20188
Diffstat (limited to 'gdk-pixbuf/ChangeLog')
-rw-r--r-- | gdk-pixbuf/ChangeLog | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/gdk-pixbuf/ChangeLog b/gdk-pixbuf/ChangeLog index 580353ea64..be06ecf75e 100644 --- a/gdk-pixbuf/ChangeLog +++ b/gdk-pixbuf/ChangeLog @@ -1,3 +1,17 @@ +2008-05-27 Michael Natterer <mitch@imendio.com> + + Fix and simplify definition of GDK_PIXBUF_VAR: + + * Makefile.am: add -DGDK_PIXBUF_COMPILATION to INCLUDES. + + * gdk-pixbuf.c: don't #define it here. Remove GDK_PIXBUF_VAR from + the definition of the version variables. + + * gdk-pixbuf-features.h.in: in the !G_PLATFORM_WIN32 case, always + define GDK_PIXBUF_VAR to "extern". Remove redundant #ifndef + GDK_PIXBUF_VAR around the whole block, the header itself already + has include guards. + 2008-05-12 Tor Lillqvist <tml@novell.com> Bug 532558 - Cannot build dll when using separate builddir |