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)
This commit is contained in:
Tor Lillqvist 2005-01-09 22:55:52 +00:00 committed by Tor Lillqvist
parent c21df964da
commit 0bf59d828d
6 changed files with 16 additions and 5 deletions

View File

@ -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)

View File

@ -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)

View File

@ -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)

View File

@ -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)

View File

@ -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)

View File

@ -37,6 +37,7 @@
#include <stdlib.h>
#include <stdio.h>
#include <string.h>
#include <wchar.h>
#include <errno.h>
#define STRICT /* Strict typing, please */