mirror of
https://github.com/taglib/taglib.git
synced 2025-06-04 01:28:21 -04:00
Needs to be defined to nothing if none of the #if blocks match
This commit is contained in:
parent
dcf0331eb1
commit
54508df30b
@ -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>
|
||||
|
Loading…
x
Reference in New Issue
Block a user