mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-11-10 03:16:17 +01:00
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:
parent
c21df964da
commit
0bf59d828d
@ -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)
|
||||
|
@ -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)
|
||||
|
@ -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)
|
||||
|
@ -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)
|
||||
|
@ -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)
|
||||
|
@ -37,6 +37,7 @@
|
||||
#include <stdlib.h>
|
||||
#include <stdio.h>
|
||||
#include <string.h>
|
||||
#include <wchar.h>
|
||||
#include <errno.h>
|
||||
|
||||
#define STRICT /* Strict typing, please */
|
||||
|
Loading…
Reference in New Issue
Block a user