summaryrefslogtreecommitdiff
path: root/gtk2_ardour/editor_timefx.cc
diff options
context:
space:
mode:
authorJohn Emmas <johne53@tiscali.co.uk>2013-10-14 17:00:28 +0100
committerJohn Emmas <johne53@tiscali.co.uk>2013-10-14 17:00:28 +0100
commit556802638724a5d5f5ff5d8a773b813f4b36feee (patch)
tree318f195bb330a233421042e455f0da6cb5762cac /gtk2_ardour/editor_timefx.cc
parentfa71d82dda08558caf4a9c5102016f2746883d10 (diff)
'gtk2_ardour' - Harmonize '__WIN32__', 'OS_WIN32' etc, etc. Use 'PLATFORM_WINDOWS' instead
Diffstat (limited to 'gtk2_ardour/editor_timefx.cc')
-rw-r--r--gtk2_ardour/editor_timefx.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk2_ardour/editor_timefx.cc b/gtk2_ardour/editor_timefx.cc
index e43dae9e2b..7692a7b021 100644
--- a/gtk2_ardour/editor_timefx.cc
+++ b/gtk2_ardour/editor_timefx.cc
@@ -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 };