Merge branch 'windows+cc' into cairocanvas
[ardour.git] / gtk2_ardour / editor_timefx.cc
index 33259a398b029c218bb97568d58aa0e6076fd0d3..2528c823b7996ac9f75346ece542476c47378f87 100644 (file)
@@ -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 };