Go to the documentation of this file. 25 #ifndef _MUSICBRAINZ5_DEFINES_H 26 #define _MUSICBRAINZ5_DEFINES_H 28 #if defined(__GNUC__) && __GNUC__ > 4 || (__GNUC__ == 4 && __GNUC_MINOR__ >= 5) 30 #define LIBMB5_DEPRECATED(f) __attribute__((deprecated("Use '" #f "' instead"))) 32 #elif defined(__GNUC__) && __GNUC__ > 3 || (__GNUC__ == 3 && __GNUC_MINOR__ >= 1) 34 #define LIBMB5_DEPRECATED(f) __attribute__ ((deprecated)) 38 #define LIBMB5_DEPRECATED(f)