+2005-01-09 Tor Lillqvist <tlillqvist@novell.com>
+
+ * glib/gfileutils.c: Include <io.h> on Windows for
+ prototypes. (#163390, Kazuki Iwamoto)
+
2005-01-07 Matthias Clasen <mclasen@redhat.com>
* NEWS: Typo fixes.
+2005-01-09 Tor Lillqvist <tlillqvist@novell.com>
+
+ * glib/gfileutils.c: Include <io.h> on Windows for
+ prototypes. (#163390, Kazuki Iwamoto)
+
2005-01-07 Matthias Clasen <mclasen@redhat.com>
* NEWS: Typo fixes.
+2005-01-09 Tor Lillqvist <tlillqvist@novell.com>
+
+ * glib/gfileutils.c: Include <io.h> on Windows for
+ prototypes. (#163390, Kazuki Iwamoto)
+
2005-01-07 Matthias Clasen <mclasen@redhat.com>
* NEWS: Typo fixes.
+2005-01-09 Tor Lillqvist <tlillqvist@novell.com>
+
+ * glib/gfileutils.c: Include <io.h> on Windows for
+ prototypes. (#163390, Kazuki Iwamoto)
+
2005-01-07 Matthias Clasen <mclasen@redhat.com>
* NEWS: Typo fixes.
+2005-01-09 Tor Lillqvist <tlillqvist@novell.com>
+
+ * glib/gfileutils.c: Include <io.h> on Windows for
+ prototypes. (#163390, Kazuki Iwamoto)
+
2005-01-07 Matthias Clasen <mclasen@redhat.com>
* NEWS: Typo fixes.
#ifdef G_OS_WIN32
#include <windows.h>
+#include <io.h>
#endif /* G_OS_WIN32 */
#ifndef S_ISLNK