Use the non-standard _snprintf() function for msvc.

This commit is contained in:
Jef Driesen 2014-11-10 21:38:02 +01:00
parent dbcaa6946a
commit 0b0acf7336

View File

@ -33,6 +33,10 @@
#include "device-private.h"
#include "array.h"
#ifdef _MSC_VER
#define snprintf _snprintf
#endif
#ifdef HAVE_LIBUSB
#ifdef _WIN32