projects
/
taglib
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
dcf0331
)
Needs to be defined to nothing if none of the #if blocks match
master
author
Scott Wheeler
<scott@directededge.com>
Fri, 20 Sep 2019 08:32:33 +0000
(10:32 +0200)
committer
Scott Wheeler
<scott@directededge.com>
Fri, 20 Sep 2019 08:32:33 +0000
(10:32 +0200)
taglib/toolkit/taglib.h
patch
|
blob
|
history
diff --git
a/taglib/toolkit/taglib.h
b/taglib/toolkit/taglib.h
index 450d8a32455cf295c7f9adcfbe80c7393697f03a..0a18a9aca2c930dfb160fcee26b71def1f32b9b7 100644
(file)
--- 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>