]> code.delx.au - pulseaudio/blobdiff - src/pulse/gccmacro.h
device-manager: Expose the priority lists in the protocol extension.
[pulseaudio] / src / pulse / gccmacro.h
index e85ecb6617da731eb2286a2c574de5778dd532eb..57e80509530a5743d59c571d92ee2cb61c51a654 100644 (file)
 #endif
 
 #ifndef PA_GCC_WEAKREF
-#if defined(__GNUC__) && (((__GNUC__ == 4) && (__GNUC_MINOR__ > 1)) || (__GNUC__ > 4))
+#if defined(__GNUC__) && defined(__ELF__) && (((__GNUC__ == 4) && (__GNUC_MINOR__ > 1)) || (__GNUC__ > 4))
 /** Macro for usgae of GCC's weakref attribute */
 #define PA_GCC_WEAKREF(x) __attribute__((weakref(#x)));
 #endif