From 0e71214bef4038316f96a12dfcf7b2635c94e5b1 Mon Sep 17 00:00:00 2001 From: Chun-wei Fan Date: Tue, 11 Oct 2011 14:19:02 +0800 Subject: [PATCH] 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. --- glib/glibconfig.h.win32.in | 2 -- 1 file changed, 2 deletions(-) diff --git a/glib/glibconfig.h.win32.in b/glib/glibconfig.h.win32.in index 637ccf4..e785121 100644 --- a/glib/glibconfig.h.win32.in +++ b/glib/glibconfig.h.win32.in @@ -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 -- 2.7.4