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:
@@ -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)
|
||||
|
Reference in New Issue
Block a user