diff options
Diffstat (limited to 'shared/nm-glib-aux/nm-glib.h')
| -rw-r--r-- | shared/nm-glib-aux/nm-glib.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/shared/nm-glib-aux/nm-glib.h b/shared/nm-glib-aux/nm-glib.h index dfb75bf0..26d0eacd 100644 --- a/shared/nm-glib-aux/nm-glib.h +++ b/shared/nm-glib-aux/nm-glib.h @@ -569,9 +569,9 @@ _nm_g_value_unset (GValue *value) /*****************************************************************************/ -#if !GLIB_CHECK_VERSION (2, 57, 2) +/* G_SOURCE_FUNC was added in 2.57.2. */ +#undef G_SOURCE_FUNC #define G_SOURCE_FUNC(f) ((GSourceFunc) (void (*)(void)) (f)) -#endif /*****************************************************************************/ |