X-Git-Url: https://main.carlh.net/gitweb/?a=blobdiff_plain;f=gtk2_ardour%2Feditor_timefx.cc;h=2528c823b7996ac9f75346ece542476c47378f87;hb=e36f74e071d4c14862d23da5ff0d49df0940d536;hp=e43dae9e2b4cf2efe3f6e4fed88f0453300ccb84;hpb=300b484cf6ac14c15e365c4062345d64a61c4b18;p=ardour.git diff --git a/gtk2_ardour/editor_timefx.cc b/gtk2_ardour/editor_timefx.cc index e43dae9e2b..2528c823b7 100644 --- a/gtk2_ardour/editor_timefx.cc +++ b/gtk2_ardour/editor_timefx.cc @@ -45,7 +45,7 @@ #include "ardour/stretch.h" #ifdef USE_RUBBERBAND -#include "rubberband/RubberBandStretcher.h" +#include using namespace RubberBand; #endif @@ -402,7 +402,7 @@ Editor::timefx_thread (void *arg) by the GUI ... */ -#ifdef WIN32 +#ifdef PLATFORM_WINDOWS Sleep(2000); #else struct timespec t = { 2, 0 };