29#define TAGLIB_MAJOR_VERSION 2
30#define TAGLIB_MINOR_VERSION 1
31#define TAGLIB_PATCH_VERSION 0
33#if (defined(_MSC_VER) && _MSC_VER >= 1600)
34#define TAGLIB_CONSTRUCT_BITSET(x) static_cast<unsigned long long>(x)
36#define TAGLIB_CONSTRUCT_BITSET(x) static_cast<unsigned long>(x)
39#define TAGLIB_DEPRECATED [[deprecated]]
63#elif !defined(__illumos__)
A generic, implicitly shared list.
Definition tlist.h:54
A namespace for all TagLib related classes and functions.
Definition apefile.h:41
off_t offset_t
Definition taglib.h:64