kopia lustrzana https://github.com/Hamlib/Hamlib
Remove RIGCAPS_NOT_CONST
Hopefully this doesn't break any other buildspull/1662/head
rodzic
a8f5ad0b6f
commit
b3ef41354d
|
@ -26,7 +26,9 @@
|
|||
|
||||
// as of 2023-11-23 rig_caps is no longer constant
|
||||
// this #define allows clients to test which declaration to use for backwards compatibility
|
||||
#define RIGCAPS_NOT_CONST 1
|
||||
// As of 2025-01-03 removeing this -- fldigi was the only one that got it right
|
||||
// riglist_foreach is now constant again but others are not
|
||||
// #define RIGCAPS_NOT_CONST 1
|
||||
|
||||
#define BUILTINFUNC 0
|
||||
|
||||
|
|
Ładowanie…
Reference in New Issue