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 _WIN32
|
||||
#define SFIZZ_EXPORTED_API
|
||||
#define SFIZZ_EXPORTED_API __declspec(dllexport)
|
||||
#else
|
||||
#define SFIZZ_EXPORTED_API __attribute__ ((visibility ("default")))
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue