mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-11-02 07:36:17 +01:00
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:
parent
c80d4559d6
commit
f45d2ee724
@ -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.
|
||||
|
@ -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.
|
||||
|
@ -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.
|
||||
|
@ -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.
|
||||
|
@ -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.
|
||||
|
@ -39,6 +39,7 @@
|
||||
|
||||
#ifdef G_OS_WIN32
|
||||
#include <windows.h>
|
||||
#include <io.h>
|
||||
#endif /* G_OS_WIN32 */
|
||||
|
||||
#ifndef S_ISLNK
|
||||
|
Loading…
Reference in New Issue
Block a user