Fix g313_caps for Linux build in winradio.h

https://github.com/Hamlib/Hamlib/issues/479
pull/494/head
Michael Black W9MDB 2020-12-26 11:10:50 -06:00
rodzic 35c1d9c3bf
commit b9d79641a6
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -59,7 +59,7 @@ extern const struct rig_caps wr3500_caps;
extern const struct rig_caps wr3700_caps;
extern const struct rig_caps g303_caps;
extern const struct rig_caps g305_caps;
#ifdef _WIN32
#if defined( _WIN32) || !defined(OTHER_POSIX)
extern const struct rig_caps g313_caps;
#endif