diff options
author | Aron Xu <aron@debian.org> | 2012-05-25 04:03:35 +0000 |
---|---|---|
committer | Aron Xu <aron@debian.org> | 2012-05-25 04:03:35 +0000 |
commit | d7372d053bbd1d58216fbb04d1771ffa4cc3e624 (patch) | |
tree | 62b661911406394bbeaca8951d660bb6d8aac0de /runsuite.c | |
parent | 2d1849b271fa8697b88d07ba7d78dc83591e1363 (diff) | |
download | libxml2-upstream/2.8.0+dfsg1.tar.gz |
Imported Upstream version 2.8.0+dfsg1upstream/2.8.0+dfsg1
Diffstat (limited to 'runsuite.c')
-rw-r--r-- | runsuite.c | 7 |
1 files changed, 1 insertions, 6 deletions
@@ -38,14 +38,9 @@ static FILE *logfile = NULL; static int verbose = 0; - - -#if defined(_WIN32) && !defined(__CYGWIN__) - +#if defined(_WIN32) && !defined(__CYGWIN__) && !defined(__MINGW32__) #define vsnprintf _vsnprintf - #define snprintf _snprintf - #endif /************************************************************************ |