From 0dc8806ee473f96d1f480f7a50b7a39efaf6d90a Mon Sep 17 00:00:00 2001 From: John Emmas Date: Sun, 4 Aug 2013 19:03:32 +0100 Subject: 'libs/ardour' - Platform specific changes and includes --- libs/ardour/io.cc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'libs/ardour/io.cc') diff --git a/libs/ardour/io.cc b/libs/ardour/io.cc index 4498e4fbd8..c7bf163d27 100644 --- a/libs/ardour/io.cc +++ b/libs/ardour/io.cc @@ -396,7 +396,7 @@ IO::disconnect (void* src) int IO::ensure_ports_locked (ChanCount count, bool clear, bool& changed) { -#ifndef WIN32 +#ifndef PLATFORM_WINDOWS assert (!AudioEngine::instance()->process_lock().trylock()); #endif @@ -469,7 +469,7 @@ IO::ensure_ports_locked (ChanCount count, bool clear, bool& changed) int IO::ensure_ports (ChanCount count, bool clear, void* src) { -#ifndef WIN32 +#ifndef PLATFORM_WINDOWS assert (!AudioEngine::instance()->process_lock().trylock()); #endif @@ -506,7 +506,7 @@ IO::ensure_ports (ChanCount count, bool clear, void* src) int IO::ensure_io (ChanCount count, bool clear, void* src) { -#ifndef WIN32 +#ifndef PLATFORM_WINDOWS assert (!AudioEngine::instance()->process_lock().trylock()); #endif -- cgit v1.2.3