diff options
Diffstat (limited to 'libnm-core/nm-version.h')
| -rw-r--r-- | libnm-core/nm-version.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/libnm-core/nm-version.h b/libnm-core/nm-version.h index f6bfaf72..61bfa5b1 100644 --- a/libnm-core/nm-version.h +++ b/libnm-core/nm-version.h @@ -146,4 +146,10 @@ # define NM_AVAILABLE_IN_1_10 #endif +#if NM_VERSION_MAX_ALLOWED < NM_VERSION_1_10_2 +# define NM_AVAILABLE_IN_1_10_2 G_UNAVAILABLE(1,10.2) +#else +# define NM_AVAILABLE_IN_1_10_2 +#endif + #endif /* NM_VERSION_H */ |