1
0
mirror of https://gitlab.gnome.org/GNOME/libxslt synced 2025-08-05 23:35:48 +03:00

mapped snprintf to _snprintf for MS runtime

This commit is contained in:
Igor Zlatkovic
2002-10-20 13:24:47 +00:00
parent 3cffe0b6ed
commit 63aa96c13e

View File

@@ -64,6 +64,7 @@
#include <time.h>
#define HAVE_STDARG_H
#include <stdarg.h>
#define snprintf _snprintf
#endif /* _MS_VER */
#else /* WIN32 */
#if defined(HAVE_SYS_TIME_H)