diff options
author | Tor Lillqvist <tml@novell.com> | 2008-10-01 10:43:02 +0000 |
---|---|---|
committer | Tor Lillqvist <tml@src.gnome.org> | 2008-10-01 10:43:02 +0000 |
commit | 669baea0fff2fddb62338144ec7bb7564b967159 (patch) | |
tree | ae1e1385ee598c85c8b8cded4e9f84cc53a85149 /gdk-pixbuf/ChangeLog | |
parent | dd41692b20990a1aaea21d9f543ae5c513b282fe (diff) | |
download | gtk+-669baea0fff2fddb62338144ec7bb7564b967159.tar.gz |
Don't #define _GNU_SOURCE on Windows as it confuses newest mingw headers.
2008-10-01 Tor Lillqvist <tml@novell.com>
* io-icns.c: Don't #define _GNU_SOURCE on Windows as it confuses
newest mingw headers.
svn path=/trunk/; revision=21555
Diffstat (limited to 'gdk-pixbuf/ChangeLog')
-rw-r--r-- | gdk-pixbuf/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/gdk-pixbuf/ChangeLog b/gdk-pixbuf/ChangeLog index fe218bf80a..650ca00d41 100644 --- a/gdk-pixbuf/ChangeLog +++ b/gdk-pixbuf/ChangeLog @@ -1,3 +1,8 @@ +2008-10-01 Tor Lillqvist <tml@novell.com> + + * io-icns.c: Don't #define _GNU_SOURCE on Windows as it confuses + newest mingw headers. + 2008-09-23 13:28:23 Tim Janik <timj@imendio.com> * gdk-pixdata.c: prevent RLE encoding of 1x1 pixel images, since the |