Fix a redefinition warning for the ERROR macro.

See commit 113d2e4706698f7086e5499282ec958aa2de044f for more details.
This commit is contained in:
Jef Driesen 2014-10-31 22:34:45 +01:00
parent 686500d51b
commit 6bc6e58d3b

View File

@ -41,6 +41,10 @@
#ifdef HAVE_LIBUSB
#ifdef _WIN32
#define NOGDI
#endif
#include <libusb-1.0/libusb.h>
typedef struct suunto_eonsteel_device_t {