Fix some capitalisation in the preferences dialog.
[ardour.git] / gtk2_ardour / editor_timefx.cc
index e43dae9e2b4cf2efe3f6e4fed88f0453300ccb84..2528c823b7996ac9f75346ece542476c47378f87 100644 (file)
@@ -45,7 +45,7 @@
 #include "ardour/stretch.h"
 
 #ifdef USE_RUBBERBAND
-#include "rubberband/RubberBandStretcher.h"
+#include <rubberband/RubberBandStretcher.h>
 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 };