summaryrefslogtreecommitdiff
path: root/libexslt/saxon.c
diff options
context:
space:
mode:
authorDaniel Veillard <veillard@src.gnome.org>2003-08-18 22:41:26 +0000
committerDaniel Veillard <veillard@src.gnome.org>2003-08-18 22:41:26 +0000
commit1d9e27ecab804d55e399a28df5587244e1155246 (patch)
tree94d47ee168b912b83d3a6b7e3af960e93b50aa0b /libexslt/saxon.c
parent7f25aab1b425742825210606ce989c5d8c406e91 (diff)
downloadlibxslt-1d9e27ecab804d55e399a28df5587244e1155246.tar.gz
libxslt-1d9e27ecab804d55e399a28df5587244e1155246.tar.bz2
libxslt-1d9e27ecab804d55e399a28df5587244e1155246.zip
applied patch from Mikhail Grushinskiy for compilation with MingW compiler
* xsltproc/Makefile.am libxslt/libxslt.h libxslt/numbersInternals.h libexslt/*.c configure.in: applied patch from Mikhail Grushinskiy for compilation with MingW compiler on Windows. Daniel
Diffstat (limited to 'libexslt/saxon.c')
-rw-r--r--libexslt/saxon.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libexslt/saxon.c b/libexslt/saxon.c
index 30ec5144..02e6a57e 100644
--- a/libexslt/saxon.c
+++ b/libexslt/saxon.c
@@ -1,7 +1,7 @@
#define IN_LIBEXSLT
#include "libexslt/libexslt.h"
-#if defined(WIN32) && !defined (__CYGWIN__)
+#if defined(WIN32) && !defined (__CYGWIN__) && (!__MINGW32__)
#include <win32config.h>
#else
#include "config.h"