Separate implementation on Win32: Use the wide character API on NT-based

2006-03-01  Tor Lillqvist  <tml@novell.com>

	* glib/gutils.c (g_listenv): Separate implementation on Win32: Use
	the wide character API on NT-based Windows. Return UTF-8 strings.

	* glib/glib.symbols: Don't mark g_listenv as PRIVATE, as that
	meant it wasn't present in the import library. PRIVATE is used
	only for the backwards-compatibility DLL ABI stability hacks.
This commit is contained in:
Tor Lillqvist
2006-03-01 14:18:55 +00:00
committed by Tor Lillqvist
parent 4aff4bfa55
commit 5a2950d041
5 changed files with 96 additions and 1 deletions

View File

@@ -1,3 +1,12 @@
2006-03-01 Tor Lillqvist <tml@novell.com>
* glib/gutils.c (g_listenv): Separate implementation on Win32: Use
the wide character API on NT-based Windows. Return UTF-8 strings.
* glib/glib.symbols: Don't mark g_listenv as PRIVATE, as that
meant it wasn't present in the import library. PRIVATE is used
only for the backwards-compatibility DLL ABI stability hacks.
2006-02-24 Matthias Clasen <mclasen@redhat.com>
* configure.in: Bump version