kopia lustrzana https://github.com/Hamlib/Hamlib
Hopefully portable detection of libusb.h in testlibusb.c
https://github.com/Hamlib/Hamlib/issues/763pull/770/head
rodzic
45ff011ec0
commit
a7cc7da17f
|
@ -24,7 +24,11 @@
|
||||||
|
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
|
#if __has_include("libusb.h")
|
||||||
|
#include "libusb.h"
|
||||||
|
#else
|
||||||
#include <libusb-1.0/libusb.h>
|
#include <libusb-1.0/libusb.h>
|
||||||
|
#endif
|
||||||
|
|
||||||
int verbose = 0;
|
int verbose = 0;
|
||||||
|
|
||||||
|
|
Ładowanie…
Reference in New Issue