mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-11-02 07:36:17 +01:00
Redefine also g_io_channel_new_file to the UTF-8 version on Win32.
2004-10-29 Tor Lillqvist <tml@iki.fi> * glib/giochannel.h (g_io_channel_new_file): Redefine also g_io_channel_new_file to the UTF-8 version on Win32. [156725, Kazuki IWAMOTO)
This commit is contained in:
parent
be4d82189f
commit
37d3825e29
@ -1,3 +1,9 @@
|
||||
2004-10-29 Tor Lillqvist <tml@iki.fi>
|
||||
|
||||
* glib/giochannel.h (g_io_channel_new_file): Redefine also
|
||||
g_io_channel_new_file to the UTF-8 version on Win32. [156725,
|
||||
Kazuki IWAMOTO)
|
||||
|
||||
2004-10-28 Ray Strode <rstrode@redhat.com>
|
||||
|
||||
* glib/gkeyfile.c
|
||||
|
@ -1,3 +1,9 @@
|
||||
2004-10-29 Tor Lillqvist <tml@iki.fi>
|
||||
|
||||
* glib/giochannel.h (g_io_channel_new_file): Redefine also
|
||||
g_io_channel_new_file to the UTF-8 version on Win32. [156725,
|
||||
Kazuki IWAMOTO)
|
||||
|
||||
2004-10-28 Ray Strode <rstrode@redhat.com>
|
||||
|
||||
* glib/gkeyfile.c
|
||||
|
@ -1,3 +1,9 @@
|
||||
2004-10-29 Tor Lillqvist <tml@iki.fi>
|
||||
|
||||
* glib/giochannel.h (g_io_channel_new_file): Redefine also
|
||||
g_io_channel_new_file to the UTF-8 version on Win32. [156725,
|
||||
Kazuki IWAMOTO)
|
||||
|
||||
2004-10-28 Ray Strode <rstrode@redhat.com>
|
||||
|
||||
* glib/gkeyfile.c
|
||||
|
@ -1,3 +1,9 @@
|
||||
2004-10-29 Tor Lillqvist <tml@iki.fi>
|
||||
|
||||
* glib/giochannel.h (g_io_channel_new_file): Redefine also
|
||||
g_io_channel_new_file to the UTF-8 version on Win32. [156725,
|
||||
Kazuki IWAMOTO)
|
||||
|
||||
2004-10-28 Ray Strode <rstrode@redhat.com>
|
||||
|
||||
* glib/gkeyfile.c
|
||||
|
@ -1,3 +1,9 @@
|
||||
2004-10-29 Tor Lillqvist <tml@iki.fi>
|
||||
|
||||
* glib/giochannel.h (g_io_channel_new_file): Redefine also
|
||||
g_io_channel_new_file to the UTF-8 version on Win32. [156725,
|
||||
Kazuki IWAMOTO)
|
||||
|
||||
2004-10-28 Ray Strode <rstrode@redhat.com>
|
||||
|
||||
* glib/gkeyfile.c
|
||||
|
@ -260,6 +260,10 @@ GIOStatus g_io_channel_seek_position (GIOChannel *channel,
|
||||
gint64 offset,
|
||||
GSeekType type,
|
||||
GError **error);
|
||||
#ifdef G_OS_WIN32
|
||||
#define g_io_channel_new_file g_io_channel_new_file_utf8
|
||||
#endif
|
||||
|
||||
GIOChannel* g_io_channel_new_file (const gchar *filename,
|
||||
const gchar *mode,
|
||||
GError **error);
|
||||
|
Loading…
Reference in New Issue
Block a user