diff options
author | Matthias Clasen <matthiasc@src.gnome.org> | 2004-07-07 15:33:16 +0000 |
---|---|---|
committer | Matthias Clasen <matthiasc@src.gnome.org> | 2004-07-07 15:33:16 +0000 |
commit | 8a037e22cbc3cabf4e4e422f66739e02ed21eb48 (patch) | |
tree | 1918782fe845d79f5d2187a63e94032e706e040b /gdk-pixbuf | |
parent | bb4a9f90085ccf52771148640440093bd748543c (diff) | |
download | gtk+-8a037e22cbc3cabf4e4e422f66739e02ed21eb48.tar.gz |
Fix the build.
Diffstat (limited to 'gdk-pixbuf')
-rw-r--r-- | gdk-pixbuf/ChangeLog | 4 | ||||
-rw-r--r-- | gdk-pixbuf/gdk-pixbuf-features.h.in | 2 |
2 files changed, 6 insertions, 0 deletions
diff --git a/gdk-pixbuf/ChangeLog b/gdk-pixbuf/ChangeLog index abdd08484e..b343174029 100644 --- a/gdk-pixbuf/ChangeLog +++ b/gdk-pixbuf/ChangeLog @@ -1,3 +1,7 @@ +2004-07-07 Matthias Clasen <mclasen@redhat.com> + + * gdk-pixbuf-features.h.in: Fix the build. + 2004-07-06 Tor Lillqvist <tml@iki.fi> * gdk-pixbuf-features.h.in diff --git a/gdk-pixbuf/gdk-pixbuf-features.h.in b/gdk-pixbuf/gdk-pixbuf-features.h.in index 2d7299f317..3aa0a5ad91 100644 --- a/gdk-pixbuf/gdk-pixbuf-features.h.in +++ b/gdk-pixbuf/gdk-pixbuf-features.h.in @@ -27,6 +27,8 @@ # else /* !G_PLATFORM_WIN32 */ # ifndef GDK_PIXBUF_COMPILATION # define GDK_PIXBUF_VAR extern +# else +# define GDK_PIXBUF_VAR # endif /* !GDK_PIXBUF_COMPILATION */ # endif /* !G_PLATFORM_WIN32 */ #endif /* GDK_PIXBUF_VAR */ |