pidgin/purple-plugin-pack

Helps if I use the right version check macros.
org.guifications.plugins
2007-10-09, rekkanoryo
7bcb92483cb7
Parents 5979dbbd8af6
Children b9c3c816853e
Helps if I use the right version check macros.
--- a/common/glib_compat.h Tue Oct 09 03:38:52 2007 -0400
+++ b/common/glib_compat.h Tue Oct 09 03:51:52 2007 -0400
@@ -22,7 +22,7 @@
#include <string.h>
-#if !G_VERSION_CHECK(2,2,0)
+#if !GLIB_VERSION_CHECK(2,2,0)
gboolean
g_str_has_suffix (const gchar *str,
const gchar *suffix)
@@ -142,7 +142,7 @@
}
#endif
-#if !G_VERSION_CHECK(2,6,0)
+#if !GLIB_VERSION_CHECK(2,6,0)
static guint
g_strv_length (gchar **str_array)
{