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

This commit is contained in:
Jef Driesen 2008-12-04 15:10:14 +00:00
parent c38088aed5
commit 6129164629

View File

@ -58,6 +58,9 @@
}
#endif
#ifdef _MSC_VER
#define snprintf _snprintf
#endif
struct irda {
#ifdef _WIN32