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

backports: Backport G_SPAWN_DEFAULT


This makes the absence of flags a bit clearer to write.

Signed-off-by: default avatarSimon McVittie <smcv@collabora.com>
parent 26375b53
No related branches found
No related tags found
1 merge request!504Update libglnx
......@@ -64,6 +64,10 @@ gboolean glnx_set_object (GObject **object_ptr,
#endif /* !GLIB_CHECK_VERSION(2, 44, 0) */
#if !GLIB_CHECK_VERSION(2, 38, 0)
#define G_SPAWN_DEFAULT ((GSpawnFlags) 0)
#endif
#ifndef g_assert_nonnull
#define g_assert_nonnull(x) g_assert (x != NULL)
#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