1
0
mirror of https://github.com/moparisthebest/hexchat synced 2024-08-13 16:53:48 -04:00

update patched glibconfig

This commit is contained in:
Berke Viktor 2011-10-29 13:26:44 +02:00
parent 24e2da5c79
commit f61aa55aa8

View File

@ -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 g_memmove(dest,src,len) G_STMT_START { memmove ((dest), (src), (len)); } G_STMT_END
#define GLIB_MAJOR_VERSION 2 #define GLIB_MAJOR_VERSION 2
#define GLIB_MINOR_VERSION 28 #define GLIB_MINOR_VERSION 30
#define GLIB_MICRO_VERSION 8 #define GLIB_MICRO_VERSION 1
#define G_OS_WIN32 #define G_OS_WIN32
#define G_PLATFORM_WIN32 #define G_PLATFORM_WIN32
@ -167,7 +167,7 @@ union _GSystemThread
long dummy_long; 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 GINT16_TO_LE(val) ((gint16) (val))
#define GUINT16_TO_LE(val) ((guint16) (val)) #define GUINT16_TO_LE(val) ((guint16) (val))