diff rubberband-all.cpp @ 2136:7df49445017d

Expected symbol for RB sources
author Chris Cannam
date Thu, 29 Nov 2018 11:16:09 +0000
parents ed7c8962b106
children 16315742840b
line wrap: on
line diff
--- a/rubberband-all.cpp	Thu Nov 29 10:35:03 2018 +0000
+++ b/rubberband-all.cpp	Thu Nov 29 11:16:09 2018 +0000
@@ -8,6 +8,10 @@
 
 #define USE_KISSFFT 1
 #define USE_SPEEX 1
+
+#ifdef _MSC_VER
+#define __MSVC__
+#endif
  
 #include "rubberband/src/rubberband-c.cpp"
 #include "rubberband/src/RubberBandStretcher.cpp"