for 3.13 compatibility don't use epicsVsnprintf
This commit is contained in:
@ -26,8 +26,7 @@
|
|||||||
|
|
||||||
#if defined(__vxworks) || defined(vxWorks) || defined(_WIN32) || defined(__rtems__)
|
#if defined(__vxworks) || defined(vxWorks) || defined(_WIN32) || defined(__rtems__)
|
||||||
// These systems have no vsnprintf
|
// These systems have no vsnprintf
|
||||||
#include <epicsStdio.h>
|
#define vsnprintf(p,l,f,v) vsprintf(p,f,v)
|
||||||
#define vsnprintf epicsVsnprintf
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#define P PRINTF_SIZE_T_PREFIX
|
#define P PRINTF_SIZE_T_PREFIX
|
||||||
|
Reference in New Issue
Block a user