From f61aa55aa844907dcc4024a66d4d47e6ceed912b Mon Sep 17 00:00:00 2001 From: Berke Viktor Date: Sat, 29 Oct 2011 13:26:44 +0200 Subject: update patched glibconfig --- build/glibconfig-x86.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'build') 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)) -- cgit 1.4.1