changeset 10588:529111933c9c

[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 <tailor@pidgin.im>
author Daniel Atallah <daniel.atallah@gmail.com>
date Fri, 11 Feb 2005 03:51:26 +0000
parents c7458b544b15
children 0f7452b1f777
files src/internal.h
diffstat 1 files changed, 0 insertions(+), 10 deletions(-) [+]
line wrap: on
line diff
--- 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 */