Loading...
Searching...
No Matches
Go to the documentation of this file.
26#ifndef _MUSICBRAINZ5_DEFINES_H
27#define _MUSICBRAINZ5_DEFINES_H
29#if defined(__GNUC__) && __GNUC__ > 4 || (__GNUC__ == 4 && __GNUC_MINOR__ >= 5)
31#define LIBMB5_DEPRECATED(f) __attribute__((deprecated("Use '" #f "' instead")))
33#elif defined(__GNUC__) && __GNUC__ > 3 || (__GNUC__ == 3 && __GNUC_MINOR__ >= 1)
35#define LIBMB5_DEPRECATED(f) __attribute__ ((deprecated))
39#define LIBMB5_DEPRECATED(f)