kopia lustrzana https://github.com/Hamlib/Hamlib
Fix mingw64 build for g313-win.c
rodzic
ff395cc5c0
commit
131ab4757a
|
@ -27,6 +27,8 @@
|
|||
|
||||
#define G313_MODES (RIG_MODE_NONE)
|
||||
|
||||
#ifdef _WIN32
|
||||
|
||||
#ifdef HAVE_WINDOWS_H
|
||||
#include <windows.h>
|
||||
#endif
|
||||
|
@ -713,3 +715,5 @@ int g313_get_conf(RIG *rig, token_t token, char *val)
|
|||
|
||||
return RIG_OK;
|
||||
}
|
||||
|
||||
#endif /* _WIN32 */
|
||||
|
|
Ładowanie…
Reference in New Issue