mirror of
https://github.com/taglib/taglib.git
synced 2025-07-19 05:24:25 -04:00
Needs to be defined to nothing if none of the #if blocks match
This commit is contained in:
@ -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>
|
||||
|
Reference in New Issue
Block a user