mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-04-23 04:00:39 +02:00
version: add NM_AVAILABLE_IN_1_10_2 define
This commit is contained in:
parent
f5e34b4051
commit
2129c1451c
1 changed files with 6 additions and 0 deletions
|
|
@ -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 */
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue