'libs/rubberband' - Platform specific includes
[ardour.git] / libs / rubberband / src / RingBuffer.h
index 07312169a6449c514a2c9a388cc917012d6384c6..a9262c8cdc04f6d2d443c205a2bfad016dfabdaf 100644 (file)
@@ -20,7 +20,7 @@
 
 #include <cstring>
 
-#ifndef _WIN32
+#ifndef PLATFORM_WINDOWS
 #include <sys/mman.h>
 #endif
 
@@ -30,7 +30,7 @@
 
 //#define DEBUG_RINGBUFFER 1
 
-#ifdef _WIN32
+#ifdef PLATFORM_WINDOWS
 #define MLOCK(a,b) 1
 #define MUNLOCK(a,b) 1
 #else