# HG changeset patch # User Daniel Atallah # Date 1108093886 0 # Node ID 529111933c9c39367ab5f9817acf5d9fb51fd12e # Parent c7458b544b151e606334e8a1ac56c3052f3f1cb1 [gaim-migrate @ 11993] The glib G_GINT64_MODIFIER and friends are actually correct. There is a bug in gcc < 3.4.1 that wasn't recognizing the native win32 format token committer: Tailor Script diff -r c7458b544b15 -r 529111933c9c src/internal.h --- a/src/internal.h Thu Feb 10 15:47:32 2005 +0000 +++ b/src/internal.h Fri Feb 11 03:51:26 2005 +0000 @@ -126,16 +126,6 @@ #include "win32dep.h" #endif -/* stupid, stupid, stupid */ -/* This is a workaround for the fact that G_GINT64_MODIFIER and - * G_GUINT64_FORMAT are wrong, even in Glib >= 2.4 */ -#ifdef _WIN32 -# undef G_GINT64_MODIFIER -# define G_GINT64_MODIFIER "ll" -# undef G_GUINT64_FORMAT -# define G_GUINT64_FORMAT "llu" -#endif - /* ugly ugly ugly */ /* This is a workaround for the fact that G_GINT64_MODIFIER and G_GSIZE_FORMAT * are only defined in Glib >= 2.4 */