mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-02-02 09:16: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>
|
2005-01-07 Matthias Clasen <mclasen@redhat.com>
|
||||||
|
|
||||||
* NEWS: Typo fixes.
|
* 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>
|
2005-01-07 Matthias Clasen <mclasen@redhat.com>
|
||||||
|
|
||||||
* NEWS: Typo fixes.
|
* 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>
|
2005-01-07 Matthias Clasen <mclasen@redhat.com>
|
||||||
|
|
||||||
* NEWS: Typo fixes.
|
* 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>
|
2005-01-07 Matthias Clasen <mclasen@redhat.com>
|
||||||
|
|
||||||
* NEWS: Typo fixes.
|
* 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>
|
2005-01-07 Matthias Clasen <mclasen@redhat.com>
|
||||||
|
|
||||||
* NEWS: Typo fixes.
|
* NEWS: Typo fixes.
|
||||||
|
@ -39,6 +39,7 @@
|
|||||||
|
|
||||||
#ifdef G_OS_WIN32
|
#ifdef G_OS_WIN32
|
||||||
#include <windows.h>
|
#include <windows.h>
|
||||||
|
#include <io.h>
|
||||||
#endif /* G_OS_WIN32 */
|
#endif /* G_OS_WIN32 */
|
||||||
|
|
||||||
#ifndef S_ISLNK
|
#ifndef S_ISLNK
|
||||||
|
Loading…
Reference in New Issue
Block a user