gthread/: fix up declarations

g_thread_init() is now a deprecated API, so drop G_DISABLE_DEPRECATED
from the CFLAGS for gthread/.  Add the missing declaration for
g_thread_init_with_errorcheck_mutexes() back to deprecated/gthread.h.
This commit is contained in:
Ryan Lortie
2011-10-16 21:50:26 -04:00
parent 3eec796b18
commit a6d9cf3380
3 changed files with 4 additions and 3 deletions

View File

@@ -31,7 +31,7 @@
* MT safe
*/
#include "glib.h"
#include <glib.h>
void
g_thread_init (gpointer init)