From: Scott Wheeler Date: Fri, 20 Sep 2019 08:32:33 +0000 (+0200) Subject: Needs to be defined to nothing if none of the #if blocks match X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=refs%2Fheads%2Fmaster;p=taglib Needs to be defined to nothing if none of the #if blocks match --- diff --git a/taglib/toolkit/taglib.h b/taglib/toolkit/taglib.h index 450d8a32..0a18a9ac 100644 --- a/taglib/toolkit/taglib.h +++ b/taglib/toolkit/taglib.h @@ -50,6 +50,8 @@ #define TAGLIB_DEPRECATED __attribute__((deprecated)) #elif defined(_MSC_VER) #define TAGLIB_DEPRECATED __declspec(deprecated) +#else +#define TAGLIB_DEPRECATED #endif #include