* glib/glue/thread.c: Fix a warning.

svn path=/trunk/gtk-sharp/; revision=105185
This commit is contained in:
Andrés G. Aragoneses 2008-06-06 17:31:34 +00:00
parent 9864a0960d
commit f006f28918
2 changed files with 6 additions and 0 deletions

View File

@ -1,3 +1,7 @@
2008-06-06 Andrés G. Aragoneses <aaragoneses@novell.com>
* glib/glue/thread.c: Fix a warning.
2008-06-06 Mike Kestner <mkestner@novell.com>
Initial Patch submitted by Christian Hoff with some small

View File

@ -22,6 +22,8 @@
#include <glib/gthread.h>
gboolean glibsharp_g_thread_supported (void);
gboolean
glibsharp_g_thread_supported ()
{