mirror of
https://github.com/taglib/taglib.git
synced 2026-02-01 13:00:17 -05: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