diff options
Diffstat (limited to 'src/glx/x11/indirect.h')
-rw-r--r-- | src/glx/x11/indirect.h | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/src/glx/x11/indirect.h b/src/glx/x11/indirect.h index 1c45fa2..fd5cbf1 100644 --- a/src/glx/x11/indirect.h +++ b/src/glx/x11/indirect.h @@ -42,11 +42,7 @@ # else # define HIDDEN # endif -# if defined(__i386__) && defined(__GNUC__) && !defined(__CYGWIN__) && !defined(__MINGW32__) -# define FASTCALL __attribute__((fastcall)) -# else -# define FASTCALL -# endif +#define FASTCALL # if defined(__GNUC__) # define NOINLINE __attribute__((noinline)) # else |