Skip to content
Snippets Groups Projects
Commit 4af6076962eb authored by Daniel Veillard's avatar Daniel Veillard
Browse files

patch from Stéphane Bidoul for Python 2.1 Daniel

* python/libxslt.c: patch from Stéphane Bidoul for Python 2.1
Daniel
parent 027dda4e10bf
No related branches found
No related tags found
No related merge requests found
Mon Dec 23 15:43:59 CET 2002 Daniel Veillard <daniel@veillard.com>
* python/libxslt.c: patch from Stphane Bidoul for Python 2.1
Sun Dec 22 22:54:04 CET 2002 Daniel Veillard <daniel@veillard.com> Sun Dec 22 22:54:04 CET 2002 Daniel Veillard <daniel@veillard.com>
* vms/build_xslt.com libxslt/xsltconfig.h.in libxslt/xsltutils.c: * vms/build_xslt.com libxslt/xsltconfig.h.in libxslt/xsltutils.c:
......
...@@ -19,6 +19,9 @@ ...@@ -19,6 +19,9 @@
#include "libxslt_wrap.h" #include "libxslt_wrap.h"
#include "libxslt-py.h" #include "libxslt-py.h"
#if (defined(_MSC_VER) || defined(__MINGW32__)) && !defined(vsnprintf)
#define vsnprintf(b,c,f,a) _vsnprintf(b,c,f,a)
#endif
/* #define DEBUG */ /* #define DEBUG */
/* #define DEBUG_XPATH */ /* #define DEBUG_XPATH */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment