From 29a71915d87aa3053ed60efbe30bd7cc63ae2114 Mon Sep 17 00:00:00 2001 From: Chun-wei Fan Date: Tue, 4 Oct 2011 14:06:10 +0800 Subject: [PATCH] Update glibconfig.h.win32(.in) Update typedef of GStaticMutex here to match the typedef of GMutex in glib/gthread.h (due to commit c5634df6) --- glib/glibconfig.h.win32.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/glib/glibconfig.h.win32.in b/glib/glibconfig.h.win32.in index 13b2e69..637ccf4 100644 --- a/glib/glibconfig.h.win32.in +++ b/glib/glibconfig.h.win32.in @@ -206,7 +206,7 @@ typedef unsigned __int64 guintptr; #define G_THREADS_ENABLED #define G_THREADS_IMPL_WIN32 -typedef struct _GMutex* GStaticMutex; +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 -- 2.7.4