: Use only the wide character API here, too.
[platform/upstream/glib.git] / ChangeLog
index 4105628..dc287cf 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,12 @@
 2006-12-28  Tor Lillqvist  <tml@novell.com>
 
+       * glib/gutils.h (G_WIN32_DLLMAIN_FOR_DLL_NAME)
+       * glib/gutils.c (get_windows_directory_root): : Use only the wide
+       character API here, too.
+
+       * glib/gslice.c: Make it compile on Win32 without pthreads: Use a
+       Win32 critical section instead.
+
        * glib/gmessages.c (g_logv): On Win32, if we get a fatal error
        message while being debugged we break into the debugger with
        G_BREAKPOINT(). Don't call abort() if the user is foolhardy enough