diff --git a/src/Experimental.h b/src/Experimental.h index 899168e5f..c504d75d5 100644 --- a/src/Experimental.h +++ b/src/Experimental.h @@ -249,6 +249,6 @@ // Hoping to commit to use of this branch before 2.3.0 is out. // Don't use our own RingBuffer class, but reuse PortAudio's which includes // proper memory fences. -#undef EXPERIMENTAL_REWRITE_RING_BUFFER +#define EXPERIMENTAL_REWRITE_RING_BUFFER #endif