mirror of
https://github.com/taglib/taglib.git
synced 2025-07-26 00:44:31 -04:00
Merge pull request #93 from magcius/master
c: Add support for TAGLIB_STATIC to the C bindings
This commit is contained in:
@ -29,7 +29,9 @@
|
||||
extern "C" {
|
||||
#endif
|
||||
|
||||
#if defined(_WIN32) || defined(_WIN64)
|
||||
#if defined(TAGLIB_STATIC)
|
||||
#define TAGLIB_C_EXPORT
|
||||
#elif defined(_WIN32) || defined(_WIN64)
|
||||
#ifdef MAKE_TAGLIB_C_LIB
|
||||
#define TAGLIB_C_EXPORT __declspec(dllexport)
|
||||
#else
|
||||
|
Reference in New Issue
Block a user