kopia lustrzana https://github.com/Hamlib/Hamlib
Fix g313_caps for Linux build in winradio.h
https://github.com/Hamlib/Hamlib/issues/479pull/494/head
rodzic
35c1d9c3bf
commit
b9d79641a6
|
@ -59,7 +59,7 @@ extern const struct rig_caps wr3500_caps;
|
||||||
extern const struct rig_caps wr3700_caps;
|
extern const struct rig_caps wr3700_caps;
|
||||||
extern const struct rig_caps g303_caps;
|
extern const struct rig_caps g303_caps;
|
||||||
extern const struct rig_caps g305_caps;
|
extern const struct rig_caps g305_caps;
|
||||||
#ifdef _WIN32
|
#if defined( _WIN32) || !defined(OTHER_POSIX)
|
||||||
extern const struct rig_caps g313_caps;
|
extern const struct rig_caps g313_caps;
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
Ładowanie…
Reference in New Issue