1
0
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:
Igor Zlatkovic
2002-10-20 13:24:47 +00:00
parent 3cffe0b6ed
commit 63aa96c13e

View File

@@ -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)