aboutsummaryrefslogtreecommitdiff
path: root/libxsde/xsde/c/expat/internal.h
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2020-07-22 16:24:42 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2020-07-22 16:24:42 +0200
commit95d364ccd9f4650b46e5e308b38d449720a88a91 (patch)
tree18ef3b8761aed64f49d8956a4e1ffe6d25c73ddb /libxsde/xsde/c/expat/internal.h
parent5be9507b672e68aa4bc33768f56588674531a2bf (diff)
Upgrade expat to 2.1.0
Diffstat (limited to 'libxsde/xsde/c/expat/internal.h')
-rw-r--r--libxsde/xsde/c/expat/internal.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libxsde/xsde/c/expat/internal.h b/libxsde/xsde/c/expat/internal.h
index ff056c6..dd54548 100644
--- a/libxsde/xsde/c/expat/internal.h
+++ b/libxsde/xsde/c/expat/internal.h
@@ -20,7 +20,7 @@
and therefore subject to change.
*/
-#if defined(__GNUC__) && defined(__i386__)
+#if defined(__GNUC__) && defined(__i386__) && !defined(__MINGW32__)
/* We'll use this version by default only where we know it helps.
regparm() generates warnings on Solaris boxes. See SF bug #692878.