Use the non-standard _snprintf() function for msvc.
This commit is contained in:
parent
dbcaa6946a
commit
0b0acf7336
@ -33,6 +33,10 @@
|
||||
#include "device-private.h"
|
||||
#include "array.h"
|
||||
|
||||
#ifdef _MSC_VER
|
||||
#define snprintf _snprintf
|
||||
#endif
|
||||
|
||||
#ifdef HAVE_LIBUSB
|
||||
|
||||
#ifdef _WIN32
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user