Skip to content
Snippets Groups Projects
Commit fb36b66a authored by Simon McVittie's avatar Simon McVittie
Browse files

glib-backports: Sort by GLib version again

parent 93d2135f
No related branches found
No related tags found
1 merge request!725Remove compatibility with GLib < 2.58
......@@ -26,11 +26,6 @@
#include <libglnx.h>
#if !GLIB_CHECK_VERSION(2, 70, 0)
/* In GLib 2.34 to 2.68, this was available under a misleading name */
#define g_spawn_check_wait_status g_spawn_check_exit_status
#endif
#if !GLIB_CHECK_VERSION(2, 64, 0)
#if defined(G_HAVE_ISO_VARARGS) && (!defined(G_ANALYZER_ANALYZING) || !G_ANALYZER_ANALYZING)
#define g_warning_once(...) \
......@@ -60,3 +55,8 @@ guint my_g_string_replace (GString *string,
const gchar *replace,
guint limit);
#endif
#if !GLIB_CHECK_VERSION(2, 70, 0)
/* In GLib 2.34 to 2.68, this was available under a misleading name */
#define g_spawn_check_wait_status g_spawn_check_exit_status
#endif
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment