diff options
author | Adam Jackson <[email protected]> | 2005-08-26 17:50:39 +0000 |
---|---|---|
committer | Adam Jackson <[email protected]> | 2005-08-26 17:50:39 +0000 |
commit | ca1ac986a1d6d3f292e3d20540de884ad08d9816 (patch) | |
tree | bf0126b4f7bbfbf114169f13c733c628e7223cb4 /src/glx/x11/indirect.h | |
parent | f4166a1fd76935f358c2db900c21b3532ba9d6a8 (diff) |
/dri/msg
Diffstat (limited to 'src/glx/x11/indirect.h')
-rw-r--r-- | src/glx/x11/indirect.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/glx/x11/indirect.h b/src/glx/x11/indirect.h index 990ec9de802..1c45fa28a4c 100644 --- a/src/glx/x11/indirect.h +++ b/src/glx/x11/indirect.h @@ -37,12 +37,12 @@ * \author Ian Romanick <[email protected]> */ -# if __GNUC__ > 3 || (__GNUC__ == 3 && __GNUC_MINOR__ >= 3) +# if (__GNUC__ > 3 || (__GNUC__ == 3 && __GNUC_MINOR__ >= 3)) && defined(__ELF__) # define HIDDEN __attribute__((visibility("hidden"))) # else # define HIDDEN # endif -# if defined(__i386__) && defined(__GNUC__) +# if defined(__i386__) && defined(__GNUC__) && !defined(__CYGWIN__) && !defined(__MINGW32__) # define FASTCALL __attribute__((fastcall)) # else # define FASTCALL |