Remove the export definitions from the macros
This commit is contained in:
parent
7513d5a4bd
commit
36cb6db974
1 changed files with 0 additions and 10 deletions
|
|
@ -8,16 +8,6 @@
|
|||
|
||||
#define UNUSED(x) (void)(x)
|
||||
|
||||
#if defined SFIZZ_EXPORT_SYMBOLS
|
||||
#if defined _WIN32
|
||||
#define SFIZZ_EXPORTED_API __declspec(dllexport)
|
||||
#else
|
||||
#define SFIZZ_EXPORTED_API __attribute__ ((visibility ("default")))
|
||||
#endif
|
||||
#else
|
||||
#define SFIZZ_EXPORTED_API
|
||||
#endif
|
||||
|
||||
#if __cplusplus > 201103L
|
||||
#define CXX14_CONSTEXPR constexpr
|
||||
#define CXX11_MOVE(x) x
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue