Include <io.h> on Windows for prototypes. (#163390, Kazuki Iwamoto)

2005-01-09  Tor Lillqvist  <tlillqvist@novell.com>

	* glib/gfileutils.c: Include <io.h> on Windows for
	prototypes. (#163390, Kazuki Iwamoto)
This commit is contained in:
Tor Lillqvist 2005-01-09 01:18:32 +00:00 committed by Tor Lillqvist
parent c80d4559d6
commit f45d2ee724
6 changed files with 26 additions and 0 deletions

View File

@ -1,3 +1,8 @@
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.

View File

@ -1,3 +1,8 @@
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.

View File

@ -1,3 +1,8 @@
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.

View File

@ -1,3 +1,8 @@
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.

View File

@ -1,3 +1,8 @@
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.

View File

@ -39,6 +39,7 @@
#ifdef G_OS_WIN32
#include <windows.h>
#include <io.h>
#endif /* G_OS_WIN32 */
#ifndef S_ISLNK