summaryrefslogtreecommitdiff
path: root/runxmlconf.c
diff options
context:
space:
mode:
authorAron Xu <aron@debian.org>2012-05-25 04:03:35 +0000
committerAron Xu <aron@debian.org>2012-05-25 04:03:35 +0000
commitd7372d053bbd1d58216fbb04d1771ffa4cc3e624 (patch)
tree62b661911406394bbeaca8951d660bb6d8aac0de /runxmlconf.c
parent2d1849b271fa8697b88d07ba7d78dc83591e1363 (diff)
downloadlibxml2-d7372d053bbd1d58216fbb04d1771ffa4cc3e624.tar.gz
Imported Upstream version 2.8.0+dfsg1upstream/2.8.0+dfsg1
Diffstat (limited to 'runxmlconf.c')
-rw-r--r--runxmlconf.c7
1 files changed, 2 insertions, 5 deletions
diff --git a/runxmlconf.c b/runxmlconf.c
index 38b0ce4..52d50d7 100644
--- a/runxmlconf.c
+++ b/runxmlconf.c
@@ -37,12 +37,9 @@ static int verbose = 0;
#define NB_EXPECTED_ERRORS 15
-#if defined(_WIN32) && !defined(__CYGWIN__)
-
+#if defined(_WIN32) && !defined(__CYGWIN__) && !defined(__MINGW32__)
#define vsnprintf _vsnprintf
-
#define snprintf _snprintf
-
#endif
const char *skipped_tests[] = {
@@ -516,7 +513,7 @@ static void
xmlconfInfo(void) {
fprintf(stderr, " you need to fetch and extract the\n");
fprintf(stderr, " latest XML Conformance Test Suites\n");
- fprintf(stderr, " http://www.w3.org/XML/Test/xmlts20080205.tar.gz\n");
+ fprintf(stderr, " http://www.w3.org/XML/Test/xmlts20080827.tar.gz\n");
fprintf(stderr, " see http://www.w3.org/XML/Test/ for informations\n");
}