summaryrefslogtreecommitdiff
path: root/ChangeLog.pre-2-6
diff options
context:
space:
mode:
authorTor Lillqvist <tlillqvist@novell.com>2005-01-09 22:55:52 +0000
committerTor Lillqvist <tml@src.gnome.org>2005-01-09 22:55:52 +0000
commit0bf59d828dc14562d8d95904b5c70a98f8c440a3 (patch)
tree491e2196ada8bb6b8d7fba30aed2377d69d17b90 /ChangeLog.pre-2-6
parentc21df964daee66d084f832e10be0679f0eb64a48 (diff)
Include also wchar.h for wcslen on Cygwin. (#163133, Roger Leigh)
2005-01-09 Tor Lillqvist <tlillqvist@novell.com> * glib/gwin32.c: Include also wchar.h for wcslen on Cygwin. (#163133, Roger Leigh)
Diffstat (limited to 'ChangeLog.pre-2-6')
-rw-r--r--ChangeLog.pre-2-64
1 files changed, 3 insertions, 1 deletions
diff --git a/ChangeLog.pre-2-6 b/ChangeLog.pre-2-6
index 824df0467..180dc9e83 100644
--- a/ChangeLog.pre-2-6
+++ b/ChangeLog.pre-2-6
@@ -5,7 +5,9 @@
2005-01-09 Tor Lillqvist <tlillqvist@novell.com>
- * glib/gwin32.c (g_win32_error_message): Fix cast. (#163133, Roger Leigh)
+ * glib/gwin32.c: Include also wchar.h for wcslen on
+ Cygwin.
+ (g_win32_error_message): Fix cast. (#163133, Roger Leigh)
* glib/gfileutils.c: Include <io.h> on Windows for
prototypes. (#163390, Kazuki Iwamoto)