kopia lustrzana https://github.com/Hamlib/Hamlib
Fix compilation error on parallel.c
rodzic
2fe051e764
commit
1715bcf422
|
@ -126,10 +126,8 @@
|
||||||
*/
|
*/
|
||||||
int par_open(hamlib_port_t *port)
|
int par_open(hamlib_port_t *port)
|
||||||
{
|
{
|
||||||
#ifdef HAVE_LINUX_PPDEV_H
|
|
||||||
int fd;
|
int fd;
|
||||||
int mode;
|
int mode;
|
||||||
#endif
|
|
||||||
|
|
||||||
#if defined (__WIN64__) || defined(__WIN32__)
|
#if defined (__WIN64__) || defined(__WIN32__)
|
||||||
HANDLE handle;
|
HANDLE handle;
|
||||||
|
|
Ładowanie…
Reference in New Issue