summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorBerke Viktor <berkeviktor@aol.com>2011-10-29 13:26:44 +0200
committerBerke Viktor <berkeviktor@aol.com>2011-10-29 13:26:44 +0200
commitf61aa55aa844907dcc4024a66d4d47e6ceed912b (patch)
treecfbdb1d9c1f7b048983fc1af20053192a00da6a8
parent24e2da5c7943b347aa8c75e26c814f4421e34881 (diff)
update patched glibconfig
-rw-r--r--build/glibconfig-x86.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/build/glibconfig-x86.h b/build/glibconfig-x86.h
index 4fc027db..bd85f3fe 100644
--- a/build/glibconfig-x86.h
+++ b/build/glibconfig-x86.h
@@ -96,8 +96,8 @@ typedef unsigned int guintptr;
 #define g_memmove(dest,src,len) G_STMT_START { memmove ((dest), (src), (len)); } G_STMT_END
 
 #define GLIB_MAJOR_VERSION 2
-#define GLIB_MINOR_VERSION 28
-#define GLIB_MICRO_VERSION 8
+#define GLIB_MINOR_VERSION 30
+#define GLIB_MICRO_VERSION 1
 
 #define G_OS_WIN32
 #define G_PLATFORM_WIN32
@@ -167,7 +167,7 @@ union _GSystemThread
   long   dummy_long;
 };
 
-#define G_ATOMIC_OP_MEMORY_BARRIER_NEEDED 1
+#define G_ATOMIC_OP_USE_GCC_BUILTINS 1
 
 #define GINT16_TO_LE(val)	((gint16) (val))
 #define GUINT16_TO_LE(val)	((guint16) (val))