mirror of
https://gitlab.gnome.org/GNOME/libxslt
synced 2025-08-08 21:42:07 +03:00
mapped snprintf to _snprintf for MS runtime
This commit is contained in:
@@ -64,6 +64,7 @@
|
|||||||
#include <time.h>
|
#include <time.h>
|
||||||
#define HAVE_STDARG_H
|
#define HAVE_STDARG_H
|
||||||
#include <stdarg.h>
|
#include <stdarg.h>
|
||||||
|
#define snprintf _snprintf
|
||||||
#endif /* _MS_VER */
|
#endif /* _MS_VER */
|
||||||
#else /* WIN32 */
|
#else /* WIN32 */
|
||||||
#if defined(HAVE_SYS_TIME_H)
|
#if defined(HAVE_SYS_TIME_H)
|
||||||
|
Reference in New Issue
Block a user