diff options
Diffstat (limited to 'libexslt/strings.c')
-rw-r--r-- | libexslt/strings.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libexslt/strings.c b/libexslt/strings.c index 6ddbc5ed..c0928191 100644 --- a/libexslt/strings.c +++ b/libexslt/strings.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" |