We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f0d702e commit 5a4e3a8Copy full SHA for 5a4e3a8
rubberband/RubberBandStretcher.h
@@ -32,6 +32,8 @@
32
#ifdef _MSC_VER
33
#ifndef RUBBERBAND_STATIC
34
#define RUBBERBAND_DLLEXPORT __declspec(dllexport)
35
+#else
36
+#define RUBBERBAND_DLLEXPORT
37
#endif
38
#else
39
#define RUBBERBAND_DLLEXPORT
rubberband/rubberband-c.h
@@ -37,6 +37,8 @@ extern "C" {
#define RB_EXTERN extern __declspec(dllexport)
40
41
+#define RB_EXTERN extern
42
43
44
#define RB_EXTERN extern
0 commit comments