diff options
author | Igor Zlatkovic <igor@src.gnome.org> | 2002-10-20 13:24:47 +0000 |
---|---|---|
committer | Igor Zlatkovic <igor@src.gnome.org> | 2002-10-20 13:24:47 +0000 |
commit | 63aa96c13e52e2c4a15d274fa3243cc27de270c7 (patch) | |
tree | 064135d843c3630d9d6ab81bb0c9fbbc141b13da /xsltproc | |
parent | 3cffe0b6ed3f67663555950af6d033cd854f1993 (diff) | |
download | libxslt-63aa96c13e52e2c4a15d274fa3243cc27de270c7.tar.gz libxslt-63aa96c13e52e2c4a15d274fa3243cc27de270c7.tar.bz2 libxslt-63aa96c13e52e2c4a15d274fa3243cc27de270c7.zip |
mapped snprintf to _snprintf for MS runtime
Diffstat (limited to 'xsltproc')
-rw-r--r-- | xsltproc/xsltproc.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/xsltproc/xsltproc.c b/xsltproc/xsltproc.c index 96d8cc1c..2db74f20 100644 --- a/xsltproc/xsltproc.c +++ b/xsltproc/xsltproc.c @@ -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) |