diff --git a/src/suunto_eonsteel.c b/src/suunto_eonsteel.c index 3b922aa..f17c9fb 100644 --- a/src/suunto_eonsteel.c +++ b/src/suunto_eonsteel.c @@ -33,6 +33,10 @@ #include "device-private.h" #include "array.h" +#ifdef _MSC_VER +#define snprintf _snprintf +#endif + #ifdef HAVE_LIBUSB #ifdef _WIN32