Use the non-standard _snprintf() function for msvc.
This commit is contained in:
parent
c38088aed5
commit
6129164629
@ -58,6 +58,9 @@
|
||||
}
|
||||
#endif
|
||||
|
||||
#ifdef _MSC_VER
|
||||
#define snprintf _snprintf
|
||||
#endif
|
||||
|
||||
struct irda {
|
||||
#ifdef _WIN32
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user