mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2025-12-29 10:20:11 +01:00
version: add NM_AVAILABLE_IN_1_14_8 macro
This commit is contained in:
parent
f6b51bb8ea
commit
d3ef0ee871
1 changed files with 6 additions and 0 deletions
|
|
@ -174,4 +174,10 @@
|
|||
# define NM_AVAILABLE_IN_1_14
|
||||
#endif
|
||||
|
||||
#if NM_VERSION_MAX_ALLOWED < NM_VERSION_1_14_8
|
||||
# define NM_AVAILABLE_IN_1_14_8 G_UNAVAILABLE(1,14.8)
|
||||
#else
|
||||
# define NM_AVAILABLE_IN_1_14_8
|
||||
#endif
|
||||
|
||||
#endif /* NM_VERSION_H */
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue