[glib] glibconfig.win32(.in): Cleanup cruft
- From: Chun-wei Fan <fanchunwei src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [glib] glibconfig.win32(.in): Cleanup cruft
- Date: Tue, 11 Oct 2011 07:38:38 +0000 (UTC)
commit 0e71214bef4038316f96a12dfcf7b2635c94e5b1
Author: Chun-wei Fan <fanchunwei src gnome org>
Date: Tue Oct 11 14:19:02 2011 +0800
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 files changed, 0 insertions(+), 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
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]