Convert message to UTF-8. Technically this breaks API, but the actual use
authorTor Lillqvist <tml@iki.fi>
Wed, 15 Sep 2004 19:12:19 +0000 (19:12 +0000)
committerTor Lillqvist <tml@src.gnome.org>
Wed, 15 Sep 2004 19:12:19 +0000 (19:12 +0000)
commit1852bc0da7c0aea5d41ea9efe394e866663eaee2
treeb23adcafb18f975a2334f38700453ede51937cb2
parent9f42b39ddbe655419523db32b64546927f1d9373
Convert message to UTF-8. Technically this breaks API, but the actual use

2004-09-15  Tor Lillqvist  <tml@iki.fi>

* glib/gwin32.c (g_win32_error_message): Convert message to
UTF-8. Technically this breaks API, but the actual use cases in
gdk/win32 have assumed it is UTF-8 anyway. Fix
documentation. (#152618, Kazuki Iwamoto)

* glib/gwin32.h: Don't define ftruncate as a macro. Was never a
good idea, and it clashes with newest mingw headers, which have a
ftruncate implementation as an inline function. Thanks to Dominik R.

* glib/gwin32.c (g_win32_ftruncate): Simplify implementation, just
call _chsize() in the C library.
ChangeLog
ChangeLog.pre-2-10
ChangeLog.pre-2-12
ChangeLog.pre-2-6
ChangeLog.pre-2-8
glib/gwin32.c
glib/gwin32.h