diff options
Diffstat (limited to 'src/glx/x11/indirect_size.h')
-rw-r--r-- | src/glx/x11/indirect_size.h | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/src/glx/x11/indirect_size.h b/src/glx/x11/indirect_size.h index 9ba0bd6..c3f353d 100644 --- a/src/glx/x11/indirect_size.h +++ b/src/glx/x11/indirect_size.h @@ -42,11 +42,7 @@ # define PURE # endif -# if defined(__i386__) && defined(__GNUC__) && !defined(__CYGWIN__) && !defined(__MINGW32__) -# define FASTCALL __attribute__((fastcall)) -# else -# define FASTCALL -# endif +#define FASTCALL # if (__GNUC__ > 3 || (__GNUC__ == 3 && __GNUC_MINOR__ >= 3)) && defined(__ELF__) # define INTERNAL __attribute__((visibility("internal"))) |