bring in changes from 6.4 branch
[mesa.git] / src / glx / x11 / indirect.c
index 18e6e8cf8df4366694ecf5550ab5ac9e759f389c..2a4db6578a78149ca2ca5f773efc73dcaae3e7cb 100644 (file)
@@ -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