Merge from default branch

This commit is contained in:
Chris Cannam
2024-01-31 17:32:07 +00:00
14 changed files with 243 additions and 16 deletions

View File

@@ -30,7 +30,9 @@
#undef RUBBERBAND_DLLEXPORT
#ifdef _MSC_VER
#ifndef RUBBERBAND_STATIC
#define RUBBERBAND_DLLEXPORT __declspec(dllexport)
#endif
#else
#define RUBBERBAND_DLLEXPORT
#endif

View File

@@ -35,7 +35,9 @@ extern "C" {
#undef RB_EXTERN
#ifdef _MSC_VER
#ifndef RUBBERBAND_STATIC
#define RB_EXTERN extern __declspec(dllexport)
#endif
#else
#define RB_EXTERN extern
#endif