aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorScott Wheeler <scott@directededge.com>2019-09-20 10:32:33 +0200
committerScott Wheeler <scott@directededge.com>2019-09-20 10:32:33 +0200
commit54508df30bc888c4d2359576ceb0cc8f2fa8dbdf (patch)
tree65134db43f66352c4a88cf1a71350b54f8489ef3
parentdcf0331eb1769bcba26b64c05a38a3ce532768cc (diff)
Needs to be defined to nothing if none of the #if blocks match
-rw-r--r--taglib/toolkit/taglib.h2
1 files changed, 2 insertions, 0 deletions
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 <string>