Use the right conditional (G_THREADS_ENABLED instead of G_THREAD_ENABLED).
authorSebastian Wilhelmi <wilhelmi@ira.uka.de>
Wed, 31 Oct 2001 13:49:53 +0000 (13:49 +0000)
committerSebastian Wilhelmi <wilhelmi@src.gnome.org>
Wed, 31 Oct 2001 13:49:53 +0000 (13:49 +0000)
commit5cdbc63e478a0432f3c5359043b02542de87347f
tree9b9111ddd139a438b5ef90a3eb2b311a87c16f0c
parenteb17b20bd219932efd27317a2998bcf6416d56a1
Use the right conditional (G_THREADS_ENABLED instead of G_THREAD_ENABLED).

2001-10-31  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>

* glib/gmain.c (g_main_context_acquire, g_main_context_release,
g_main_context_wait): Use the right conditional (G_THREADS_ENABLED
instead of G_THREAD_ENABLED). Also remove wrong
return-statement. Unfortunately mainloop-test still does fail. Many
thanks to Andrea Fazekas <fazek@ludens.elte.hu> for spotting
this. (#63455)
ChangeLog
ChangeLog.pre-2-0
ChangeLog.pre-2-10
ChangeLog.pre-2-12
ChangeLog.pre-2-2
ChangeLog.pre-2-4
ChangeLog.pre-2-6
ChangeLog.pre-2-8
glib/gmain.c