dllexport for msvc
This commit is contained in:
parent
95813e0f4e
commit
bcabf28854
1 changed files with 1 additions and 1 deletions
|
|
@ -34,7 +34,7 @@ extern "C" {
|
||||||
|
|
||||||
#if defined SFIZZ_EXPORT_SYMBOLS
|
#if defined SFIZZ_EXPORT_SYMBOLS
|
||||||
#if defined _WIN32
|
#if defined _WIN32
|
||||||
#define SFIZZ_EXPORTED_API
|
#define SFIZZ_EXPORTED_API __declspec(dllexport)
|
||||||
#else
|
#else
|
||||||
#define SFIZZ_EXPORTED_API __attribute__ ((visibility ("default")))
|
#define SFIZZ_EXPORTED_API __attribute__ ((visibility ("default")))
|
||||||
#endif
|
#endif
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue