glibconfig.win32(.in): Cleanup cruft
authorChun-wei Fan <fanchunwei@src.gnome.org>
Tue, 11 Oct 2011 06:19:02 +0000 (14:19 +0800)
committerChun-wei Fan <fanchunwei@src.gnome.org>
Tue, 11 Oct 2011 07:55:55 +0000 (15:55 +0800)
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

index 637ccf4..e785121 100644 (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