diff --git a/src/suunto_eonsteel.c b/src/suunto_eonsteel.c index 9260950..0c662c6 100644 --- a/src/suunto_eonsteel.c +++ b/src/suunto_eonsteel.c @@ -41,6 +41,10 @@ #ifdef HAVE_LIBUSB +#ifdef _WIN32 +#define NOGDI +#endif + #include typedef struct suunto_eonsteel_device_t {