Windows has vsnprintf at least since 2003
This commit is contained in:
@ -24,7 +24,7 @@
|
||||
#include <stdarg.h>
|
||||
#include <stdlib.h>
|
||||
|
||||
#if defined(__vxworks) || defined(vxWorks) || defined(_WIN32) || defined(__rtems__)
|
||||
#if defined(__vxworks) || defined(vxWorks) || defined(__rtems__)
|
||||
// These systems have no vsnprintf
|
||||
#define vsnprintf(p,l,f,v) vsprintf(p,f,v)
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user