Include <io.h> on Windows for prototypes. (#163390, Kazuki Iwamoto)
authorTor Lillqvist <tlillqvist@novell.com>
Sun, 9 Jan 2005 01:18:32 +0000 (01:18 +0000)
committerTor Lillqvist <tml@src.gnome.org>
Sun, 9 Jan 2005 01:18:32 +0000 (01:18 +0000)
2005-01-09  Tor Lillqvist  <tlillqvist@novell.com>

* glib/gfileutils.c: Include <io.h> on Windows for
prototypes. (#163390, Kazuki Iwamoto)

ChangeLog
ChangeLog.pre-2-10
ChangeLog.pre-2-12
ChangeLog.pre-2-6
ChangeLog.pre-2-8
glib/gfileutils.c

index 4a5a5a6312a8d7eb4c449daad5b39b1d37579bcc..30e7152731d6da1a8a9a21826a520ee498443520 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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.
index 4a5a5a6312a8d7eb4c449daad5b39b1d37579bcc..30e7152731d6da1a8a9a21826a520ee498443520 100644 (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.
index 4a5a5a6312a8d7eb4c449daad5b39b1d37579bcc..30e7152731d6da1a8a9a21826a520ee498443520 100644 (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.
index 4a5a5a6312a8d7eb4c449daad5b39b1d37579bcc..30e7152731d6da1a8a9a21826a520ee498443520 100644 (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.
index 4a5a5a6312a8d7eb4c449daad5b39b1d37579bcc..30e7152731d6da1a8a9a21826a520ee498443520 100644 (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.
index d5c5a20a68a9ff8ccb45f32c9c36bfe2fd43b6f1..6868d0e79bb5767faeb7e2f78f9c0623bffb130c 100644 (file)
@@ -39,6 +39,7 @@
 
 #ifdef G_OS_WIN32
 #include <windows.h>
+#include <io.h>
 #endif /* G_OS_WIN32 */
 
 #ifndef S_ISLNK