diff options
author | Tor Lillqvist <tml@novell.com> | 2008-07-24 01:13:33 +0000 |
---|---|---|
committer | Tor Lillqvist <tml@src.gnome.org> | 2008-07-24 01:13:33 +0000 |
commit | 1fdca0ad31ed201b6acb3ee99fc86f54ff4be458 (patch) | |
tree | e3a1fdd36cf483fa1ff9cb9f1b43383c535f73f7 /ChangeLog | |
parent | b46641eab25d8f28794d27dcba04d51635c1a846 (diff) | |
download | glib-1fdca0ad31ed201b6acb3ee99fc86f54ff4be458.tar.gz |
Include <stdio.h> for FILENAME_MAX on newer mingw installations.
2008-07-24 Tor Lillqvist <tml@novell.com>
* glib/gdir.c: Include <stdio.h> for FILENAME_MAX on newer mingw
installations.
svn path=/trunk/; revision=7251
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -1,5 +1,10 @@ 2008-07-24 Tor Lillqvist <tml@novell.com> + * glib/gdir.c: Include <stdio.h> for FILENAME_MAX on newer mingw + installations. + +2008-07-24 Tor Lillqvist <tml@novell.com> + * glib/gslice.c (smc_notify_free): Use G_GSIZE_FORMAT instead of the C99 "zu". |