summaryrefslogtreecommitdiffstats
path: root/src/glx/x11/indirect.c
diff options
context:
space:
mode:
authorAdam Jackson <[email protected]>2005-08-26 17:50:39 +0000
committerAdam Jackson <[email protected]>2005-08-26 17:50:39 +0000
commitca1ac986a1d6d3f292e3d20540de884ad08d9816 (patch)
treebf0126b4f7bbfbf114169f13c733c628e7223cb4 /src/glx/x11/indirect.c
parentf4166a1fd76935f358c2db900c21b3532ba9d6a8 (diff)
/dri/msg
Diffstat (limited to 'src/glx/x11/indirect.c')
-rw-r--r--src/glx/x11/indirect.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/glx/x11/indirect.c b/src/glx/x11/indirect.c
index 18e6e8cf8df..2a4db6578a7 100644
--- a/src/glx/x11/indirect.c
+++ b/src/glx/x11/indirect.c
@@ -39,7 +39,7 @@
#define __GLX_PAD(n) (((n) + 3) & ~3)
-# if defined(__i386__) && defined(__GNUC__)
+# if defined(__i386__) && defined(__GNUC__) && !defined(__CYGWIN__) && !defined(__MINGW32__)
# define FASTCALL __attribute__((fastcall))
# else
# define FASTCALL