mirror of
https://github.com/flatpak/flatpak.git
synced 2026-03-27 11:22:00 -04:00
backports: Use #ifndef instead of GLIB_CHECK_VERSION
As Will Thompson pointed out on !37, G_OPTION_ENTRY_NULL is a macro in GLib, so we can test for it with `#ifndef` rather than a version guard. This is a little bit nicer for parent projects that might already have their own backport of it. Signed-off-by: Simon McVittie <smcv@collabora.com>
This commit is contained in:
@@ -84,7 +84,7 @@ gboolean glnx_set_object (GObject **object_ptr,
|
||||
#define G_DBUS_METHOD_INVOCATION_UNHANDLED FALSE
|
||||
#endif
|
||||
|
||||
#if !GLIB_CHECK_VERSION(2, 70, 0)
|
||||
#ifndef G_OPTION_ENTRY_NULL /* added in 2.70 */
|
||||
#define G_OPTION_ENTRY_NULL { NULL, 0, 0, 0, NULL, NULL, NULL }
|
||||
#endif
|
||||
|
||||
|
||||
Reference in New Issue
Block a user