glibconfig.win32(.in): Cleanup cruft

The definitions of _GMutex* and G_STATIC_MUTEX_INIT is now found in
glib/deprecated/gthread.h, and should no longer be in the mainline
code, so remove them from here.
This commit is contained in:
Chun-wei Fan 2011-10-11 14:19:02 +08:00
parent 3e5a30fc17
commit 0e71214bef

View File

@ -206,8 +206,6 @@ typedef unsigned __int64 guintptr;
#define G_THREADS_ENABLED
#define G_THREADS_IMPL_WIN32
typedef union _GMutex* GStaticMutex;
#define G_STATIC_MUTEX_INIT NULL
/* This represents a system thread as used by the implementation. An
* alien implementaion, as loaded by g_thread_init can only count on
* "sizeof (gpointer)" bytes to store their info. We however need more