mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-01-07 16:00:21 +01:00
version: add NM_AVAILABLE_IN_1_18_2 macro
This commit is contained in:
parent
2a2a66b4d5
commit
7f5ee67a19
1 changed files with 6 additions and 0 deletions
|
|
@ -202,4 +202,10 @@
|
|||
# define NM_AVAILABLE_IN_1_18
|
||||
#endif
|
||||
|
||||
#if NM_VERSION_MAX_ALLOWED < NM_VERSION_1_18_2
|
||||
# define NM_AVAILABLE_IN_1_18_2 G_UNAVAILABLE(1,18.2)
|
||||
#else
|
||||
# define NM_AVAILABLE_IN_1_18_2
|
||||
#endif
|
||||
|
||||
#endif /* NM_VERSION_H */
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue