pidgin/pidgin

Parents dc5e8cca7434
Children 0857d099906e
QuLogic pointed out that we require glib 2.16 making the G_MAXSSIZE compatibility unnecessary.
--- a/libpurple/glibcompat.h Mon Nov 11 01:32:42 2019 -0600
+++ b/libpurple/glibcompat.h Mon Nov 11 01:58:41 2019 -0600
@@ -29,15 +29,6 @@
#include <glib.h>
-/* This wasn't introduced until Glib 2.14 :( */
-#ifndef G_MAXSSIZE
-# if GLIB_SIZEOF_LONG == 8
-# define G_MAXSSIZE ((gssize) 0x7fffffffffffffff)
-# else
-# define G_MAXSSIZE ((gssize) 0x7fffffff)
-# endif
-#endif
-
#if !GLIB_CHECK_VERSION(2,32,0)
# define G_GNUC_BEGIN_IGNORE_DEPRECATIONS
# define G_GNUC_END_IGNORE_DEPRECATIONS