mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2025-12-28 13:20:08 +01:00
version: add NM_AVAILABLE_IN_1_16_4 macro
This commit is contained in:
parent
373ddf2907
commit
0c914eb846
1 changed files with 6 additions and 0 deletions
|
|
@ -188,4 +188,10 @@
|
|||
# define NM_AVAILABLE_IN_1_16
|
||||
#endif
|
||||
|
||||
#if NM_VERSION_MAX_ALLOWED < NM_VERSION_1_16_4
|
||||
# define NM_AVAILABLE_IN_1_16_4 G_UNAVAILABLE(1,16.4)
|
||||
#else
|
||||
# define NM_AVAILABLE_IN_1_16_4
|
||||
#endif
|
||||
|
||||
#endif /* NM_VERSION_H */
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue