Make this function thread-safe in the GLib style.
authorMatthias Clasen <mclasen@redhat.com>
Tue, 26 Oct 2004 14:04:52 +0000 (14:04 +0000)
committerMatthias Clasen <matthiasc@src.gnome.org>
Tue, 26 Oct 2004 14:04:52 +0000 (14:04 +0000)
commit9b66aa4222c1b38d8a10cbdf4672526c0306356e
tree239a0761236bb8ba874855ed2650c47d140f41ca
parentd59b22a9814aaad62f91e7a39c07fa67a5f5ef07
Make this function thread-safe in the GLib style.

2004-10-26  Matthias Clasen  <mclasen@redhat.com>

* glib/gwin32.c (g_win32_get_windows_version): Make this
function thread-safe in the GLib style.
* glib/gthreadinit.h:
* glib/gwin32.c (_g_win32_thread_init): New function to
initialize the version.
* glib/gthread.c (g_thread_init_glib): Call
_g_win32_thread_init() from here.
ChangeLog
ChangeLog.pre-2-10
ChangeLog.pre-2-12
ChangeLog.pre-2-6
ChangeLog.pre-2-8
glib/gthread.c
glib/gthreadinit.h
glib/gwin32.c