]> granicus.if.org Git - taglib/commitdiff
Needs to be defined to nothing if none of the #if blocks match master
authorScott Wheeler <scott@directededge.com>
Fri, 20 Sep 2019 08:32:33 +0000 (10:32 +0200)
committerScott Wheeler <scott@directededge.com>
Fri, 20 Sep 2019 08:32:33 +0000 (10:32 +0200)
taglib/toolkit/taglib.h

index 450d8a32455cf295c7f9adcfbe80c7393697f03a..0a18a9aca2c930dfb160fcee26b71def1f32b9b7 100644 (file)
@@ -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>