MSVC 12 still requires snprintf to be defined
This commit is contained in:
@@ -64,9 +64,11 @@
|
||||
# define bcopy(from, to, n) memcpy(to, from, n)
|
||||
|
||||
# if _MSC_VER >= 1200 // msvc++ 6.0 up to MSVC2013
|
||||
# if _MSC_VER < 1900
|
||||
# define snprintf _snprintf
|
||||
# endif
|
||||
# if _MSC_VER < 1800
|
||||
# define isnan _isnan
|
||||
# define snprintf _snprintf
|
||||
# endif
|
||||
# if _MSC_VER < 1500
|
||||
# define vsnprintf _vsnprintf
|
||||
|
||||
Reference in New Issue
Block a user